Html Css Color HEX #CF32DA Medium Orchid

📋 copy color: '#CF32DA'

red 207 ◦ green 50 ◦ blue 218

#CF32DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #CF32DA

Tints of Medium Orchid #CF32DA

RGB

 RED value IS 207 (81.25% from 255) = 43.58%

 GREEN value IS 50 (19.92% from 255) = 10.53%

 BLUE value IS 218 (85.55% from 255) = 45.89%

R = 43.58%
G = 10.53%
B = 45.89%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF32DA (or 0xCF32DA) is known color: Medium Orchid. HEX triplet: CF, 32 and DA. RGB value is (207,50,218). Sum of RGB (Red+Green+Blue) = 207+50+218=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 50 (19.92% from 255 or 10.53% from 475); Blue value is 218 (85.55% from 255 or 45.89% from 475); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF32DA is #30CD25. Grayscale: #737373. Windows color (decimal): -3198246 or 14299855. OLE color: 14299855.

HSL color Cylindrical-coordinate representation of color #CF32DA: hue angle of 296.07º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF32DA is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 50 218 -
CMYK 0.05 0.77 0 0.15
HSL 296.07º 0.69% 0.53% -
HSV(B) 296.07º 0.77% 0.85% -
XYZ 39.53 20.61 68.22 -
YUV 116.1 185.51 192.84 -
System Red Green Blue C M Y K H S L
Decimal 207 50 218 0.05 0.77 0 0.15 296.07 0.69 0.53
Hex CF 32 DA 5 4D 0 F 128 45 35
Octal 317 62 332 5 115 0 17 450 105 65
Binary 11001111 110010 11011010 101 1001101 0 1111 100101000 1000101 110101

Color Harmonies of #CF32DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF32DA

Black with #CF32DA

Text Example


Text Example

White with #CF32DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF32DA; }

 p { color: rgb(207,50,218); }

 H1.HeaderClassName
 {
   color: #CF32DA;
 }
 .AnyTagClassName
 {
   color: #CF32DA;
 }
</style>

background-color css

<style>
 a { background-color: #CF32DA; }

 a { background-color: rgb(207,50,218); }

 div.DivClassName
 {
   background-color: #CF32DA;
 }
 .BgClassName
 {
   background-color: #CF32DA;
 }
</style>

border-color css

<style>
 span { border-color: #CF32DA; }

 span { border-color: rgb(207,50,218); }

 td.TdClassName
 {
   border-color: #CF32DA;
 }
 .TagClassName
 {
   border-color: #CF32DA;
 }
</style>