Html Css Color HEX #CFA2CA Lilac

📋 copy color: '#CFA2CA'

red 207 ◦ green 162 ◦ blue 202

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

Shades of Lilac #CFA2CA

Tints of Lilac #CFA2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.38%

R = 36.25%
G = 28.37%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFA2CA (or 0xCFA2CA) is known color: Lilac. HEX triplet: CF, A2 and CA. RGB value is (207,162,202). Sum of RGB (Red+Green+Blue) = 207+162+202=571 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.25% from 571); Green value is 162 (63.67% from 255 or 28.37% from 571); Blue value is 202 (79.30% from 255 or 35.38% from 571); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA2CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA2CA is #305D35. Grayscale: #B3B3B3. Windows color (decimal): -3169590 or 13279951. OLE color: 13279951.

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

Color convert

RGB 207 162 202 -
CMYK 0 0.22 0.02 0.19
HSL 306.67º 0.32% 0.72% -
HSV(B) 306.67º 0.22% 0.81% -
XYZ 49.31 43.37 61.65 -
YUV 180.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 207 162 202 0 0.22 0.02 0.19 306.67 0.32 0.72
Hex CF A2 CA 0 16 2 13 133 20 48
Octal 317 242 312 0 26 2 23 463 40 110
Binary 11001111 10100010 11001010 0 10110 10 10011 100110011 100000 1001000

Color Harmonies of #CFA2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA2CA

Black with #CFA2CA

Text Example


Text Example

White with #CFA2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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