Html Css Color HEX #CFA9CA Lilac

📋 copy color: '#CFA9CA'

red 207 ◦ green 169 ◦ blue 202

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

Shades of Lilac #CFA9CA

Tints of Lilac #CFA9CA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.24%

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

R = 35.81%
G = 29.24%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFA9CA (or 0xCFA9CA) is known color: Lilac. HEX triplet: CF, A9 and CA. RGB value is (207,169,202). Sum of RGB (Red+Green+Blue) = 207+169+202=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 169 (66.41% from 255 or 29.24% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA9CA is #305635. Grayscale: #B8B8B8. Windows color (decimal): -3167798 or 13281743. OLE color: 13281743.

HSL color Cylindrical-coordinate representation of color #CFA9CA: hue angle of 307.89º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFA9CA is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 169 202 -
CMYK 0 0.18 0.02 0.19
HSL 307.89º 0.28% 0.74% -
HSV(B) 307.89º 0.18% 0.81% -
XYZ 50.58 45.91 62.07 -
YUV 184.12 138.09 144.32 -
System Red Green Blue C M Y K H S L
Decimal 207 169 202 0 0.18 0.02 0.19 307.89 0.28 0.74
Hex CF A9 CA 0 12 2 13 134 1C 4A
Octal 317 251 312 0 22 2 23 464 34 112
Binary 11001111 10101001 11001010 0 10010 10 10011 100110100 11100 1001010

Color Harmonies of #CFA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA9CA

Black with #CFA9CA

Text Example


Text Example

White with #CFA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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