Html Css Color HEX #CF72CC Orchid

📋 copy color: '#CF72CC'

red 207 ◦ green 114 ◦ blue 204

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

Shades of Orchid #CF72CC

Tints of Orchid #CF72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.71%

 BLUE value IS 204 (80.08% from 255) = 38.86%

R = 39.43%
G = 21.71%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF72CC (or 0xCF72CC) is known color: Orchid. HEX triplet: CF, 72 and CC. RGB value is (207,114,204). Sum of RGB (Red+Green+Blue) = 207+114+204=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72CC is #308D33. Grayscale: #979797. Windows color (decimal): -3181876 or 13398735. OLE color: 13398735.

HSL color Cylindrical-coordinate representation of color #CF72CC: hue angle of 301.94º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF72CC is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 204 -
CMYK 0 0.45 0.01 0.19
HSL 301.94º 0.49% 0.63% -
HSV(B) 301.94º 0.45% 0.81% -
XYZ 42.65 29.66 60.6 -
YUV 152.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 207 114 204 0 0.45 0.01 0.19 301.94 0.49 0.63
Hex CF 72 CC 0 2D 1 13 12E 31 3F
Octal 317 162 314 0 55 1 23 456 61 77
Binary 11001111 1110010 11001100 0 101101 1 10011 100101110 110001 111111

Color Harmonies of #CF72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72CC

Black with #CF72CC

Text Example


Text Example

White with #CF72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72CC; }

 p { color: rgb(207,114,204); }

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

background-color css

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

 a { background-color: rgb(207,114,204); }

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

border-color css

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

 span { border-color: rgb(207,114,204); }

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