Html Css Color HEX #CFA5CA Lilac

📋 copy color: '#CFA5CA'

red 207 ◦ green 165 ◦ blue 202

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

Shades of Lilac #CFA5CA

Tints of Lilac #CFA5CA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.75%

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

R = 36.06%
G = 28.75%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CFA5CA (or 0xCFA5CA) is known color: Lilac. HEX triplet: CF, A5 and CA. RGB value is (207,165,202). Sum of RGB (Red+Green+Blue) = 207+165+202=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 165 (64.84% from 255 or 28.75% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA5CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA5CA is #305A35. Grayscale: #B5B5B5. Windows color (decimal): -3168822 or 13280719. OLE color: 13280719.

HSL color Cylindrical-coordinate representation of color #CFA5CA: hue angle of 307.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFA5CA is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 165 202 -
CMYK 0 0.20 0.02 0.19
HSL 307.14º 0.3% 0.73% -
HSV(B) 307.14º 0.2% 0.81% -
XYZ 49.85 44.44 61.83 -
YUV 181.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 207 165 202 0 0.20 0.02 0.19 307.14 0.3 0.73
Hex CF A5 CA 0 14 2 13 133 1E 49
Octal 317 245 312 0 24 2 23 463 36 111
Binary 11001111 10100101 11001010 0 10100 10 10011 100110011 11110 1001001

Color Harmonies of #CFA5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA5CA

Black with #CFA5CA

Text Example


Text Example

White with #CFA5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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