Html Css Color HEX #CFA0C8 Lilac

📋 copy color: '#CFA0C8'

red 207 ◦ green 160 ◦ blue 200

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

Shades of Lilac #CFA0C8

Tints of Lilac #CFA0C8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.22%

 BLUE value IS 200 (78.52% from 255) = 35.27%

R = 36.51%
G = 28.22%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CFA0C8 (or 0xCFA0C8) is known color: Lilac. HEX triplet: CF, A0 and C8. RGB value is (207,160,200). Sum of RGB (Red+Green+Blue) = 207+160+200=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 160 (62.89% from 255 or 28.22% from 567); Blue value is 200 (78.52% from 255 or 35.27% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA0C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA0C8 is #305F37. Grayscale: #B2B2B2. Windows color (decimal): -3170104 or 13148367. OLE color: 13148367.

HSL color Cylindrical-coordinate representation of color #CFA0C8: hue angle of 308.94º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFA0C8 is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 200 -
CMYK 0 0.23 0.03 0.19
HSL 308.94º 0.33% 0.72% -
HSV(B) 308.94º 0.23% 0.81% -
XYZ 48.73 42.58 60.29 -
YUV 178.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 207 160 200 0 0.23 0.03 0.19 308.94 0.33 0.72
Hex CF A0 C8 0 17 3 13 135 21 48
Octal 317 240 310 0 27 3 23 465 41 110
Binary 11001111 10100000 11001000 0 10111 11 10011 100110101 100001 1001000

Color Harmonies of #CFA0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA0C8

Black with #CFA0C8

Text Example


Text Example

White with #CFA0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA0C8; }

 p { color: rgb(207,160,200); }

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

background-color css

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

 a { background-color: rgb(207,160,200); }

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

border-color css

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

 span { border-color: rgb(207,160,200); }

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