Html Css Color HEX #CF72CE Orchid

📋 copy color: '#CF72CE'

red 207 ◦ green 114 ◦ blue 206

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

Shades of Orchid #CF72CE

Tints of Orchid #CF72CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 39.28%
G = 21.63%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CF72CE (or 0xCF72CE) is known color: Orchid. HEX triplet: CF, 72 and CE. RGB value is (207,114,206). Sum of RGB (Red+Green+Blue) = 207+114+206=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF72CE is #308D31. Grayscale: #989898. Windows color (decimal): -3181874 or 13529807. OLE color: 13529807.

HSL color Cylindrical-coordinate representation of color #CF72CE: hue angle of 300.65º 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 #CF72CE is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 114 206 -
CMYK 0 0.45 0.00 0.19
HSL 300.65º 0.49% 0.63% -
HSV(B) 300.65º 0.45% 0.81% -
XYZ 42.89 29.76 61.88 -
YUV 152.3 158.31 167.02 -
System Red Green Blue C M Y K H S L
Decimal 207 114 206 0 0.45 0.00 0.19 300.65 0.49 0.63
Hex CF 72 CE 0 2D 0 13 12D 31 3F
Octal 317 162 316 0 55 0 23 455 61 77
Binary 11001111 1110010 11001110 0 101101 0 10011 100101101 110001 111111

Color Harmonies of #CF72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF72CE

Black with #CF72CE

Text Example


Text Example

White with #CF72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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