Html Css Color HEX #CF8CCC Lilac

📋 copy color: '#CF8CCC'

red 207 ◦ green 140 ◦ blue 204

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

Shades of Lilac #CF8CCC

Tints of Lilac #CF8CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.41%

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

R = 37.57%
G = 25.41%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF8CCC (or 0xCF8CCC) is known color: Lilac. HEX triplet: CF, 8C and CC. RGB value is (207,140,204). Sum of RGB (Red+Green+Blue) = 207+140+204=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CCC is #307333. Grayscale: #A7A7A7. Windows color (decimal): -3175220 or 13405391. OLE color: 13405391.

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

Color convert

RGB 207 140 204 -
CMYK 0 0.32 0.01 0.19
HSL 302.69º 0.41% 0.68% -
HSV(B) 302.69º 0.32% 0.81% -
XYZ 46.01 36.38 61.72 -
YUV 167.33 148.7 156.3 -
System Red Green Blue C M Y K H S L
Decimal 207 140 204 0 0.32 0.01 0.19 302.69 0.41 0.68
Hex CF 8C CC 0 20 1 13 12F 29 44
Octal 317 214 314 0 40 1 23 457 51 104
Binary 11001111 10001100 11001100 0 100000 1 10011 100101111 101001 1000100

Color Harmonies of #CF8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8CCC

Black with #CF8CCC

Text Example


Text Example

White with #CF8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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