Html Css Color HEX #CFA1CA Lilac

📋 copy color: '#CFA1CA'

red 207 ◦ green 161 ◦ blue 202

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

Shades of Lilac #CFA1CA

Tints of Lilac #CFA1CA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.25%

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

R = 36.32%
G = 28.25%
B = 35.44%

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

#CFA1CA (or 0xCFA1CA) is known color: Lilac. HEX triplet: CF, A1 and CA. RGB value is (207,161,202). Sum of RGB (Red+Green+Blue) = 207+161+202=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 161 (63.28% from 255 or 28.25% from 570); Blue value is 202 (79.30% from 255 or 35.44% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA1CA is #305E35. Grayscale: #B3B3B3. Windows color (decimal): -3169846 or 13279695. OLE color: 13279695.

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

Color convert

RGB 207 161 202 -
CMYK 0 0.22 0.02 0.19
HSL 306.52º 0.32% 0.72% -
HSV(B) 306.52º 0.22% 0.81% -
XYZ 49.14 43.02 61.59 -
YUV 179.43 140.74 147.67 -
System Red Green Blue C M Y K H S L
Decimal 207 161 202 0 0.22 0.02 0.19 306.52 0.32 0.72
Hex CF A1 CA 0 16 2 13 133 20 48
Octal 317 241 312 0 26 2 23 463 40 110
Binary 11001111 10100001 11001010 0 10110 10 10011 100110011 100000 1001000

Color Harmonies of #CFA1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA1CA

Black with #CFA1CA

Text Example


Text Example

White with #CFA1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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