Html Css Color HEX #CFA2CC Lilac

📋 copy color: '#CFA2CC'

red 207 ◦ green 162 ◦ blue 204

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

Shades of Lilac #CFA2CC

Tints of Lilac #CFA2CC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.27%

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

R = 36.13%
G = 28.27%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFA2CC (or 0xCFA2CC) is known color: Lilac. HEX triplet: CF, A2 and CC. RGB value is (207,162,204). Sum of RGB (Red+Green+Blue) = 207+162+204=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2CC is #305D33. Grayscale: #B4B4B4. Windows color (decimal): -3169588 or 13411023. OLE color: 13411023.

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

Color convert

RGB 207 162 204 -
CMYK 0 0.22 0.01 0.19
HSL 304º 0.32% 0.72% -
HSV(B) 304º 0.22% 0.81% -
XYZ 49.55 43.47 62.9 -
YUV 180.24 141.41 147.08 -
System Red Green Blue C M Y K H S L
Decimal 207 162 204 0 0.22 0.01 0.19 304 0.32 0.72
Hex CF A2 CC 0 16 1 13 130 20 48
Octal 317 242 314 0 26 1 23 460 40 110
Binary 11001111 10100010 11001100 0 10110 1 10011 100110000 100000 1001000

Color Harmonies of #CFA2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2CC

Black with #CFA2CC

Text Example


Text Example

White with #CFA2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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