Html Css Color HEX #CA8ECF Lilac

📋 copy color: '#CA8ECF'

red 202 ◦ green 142 ◦ blue 207

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

Shades of Lilac #CA8ECF

Tints of Lilac #CA8ECF

RGB

 RED value IS 202 (79.3% from 255) = 36.66%

 GREEN value IS 142 (55.86% from 255) = 25.77%

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 36.66%
G = 25.77%
B = 37.57%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA8ECF (or 0xCA8ECF) is known color: Lilac. HEX triplet: CA, 8E and CF. RGB value is (202,142,207). Sum of RGB (Red+Green+Blue) = 202+142+207=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 142 (55.86% from 255 or 25.77% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ECF is #357130. Grayscale: #A7A7A7. Windows color (decimal): -3502385 or 13602506. OLE color: 13602506.

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

Color convert

RGB 202 142 207 -
CMYK 0.02 0.31 0 0.19
HSL 295.38º 0.4% 0.68% -
HSV(B) 295.38º 0.31% 0.81% -
XYZ 45.29 36.41 63.67 -
YUV 167.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 202 142 207 0.02 0.31 0 0.19 295.38 0.4 0.68
Hex CA 8E CF 2 1F 0 13 127 28 44
Octal 312 216 317 2 37 0 23 447 50 104
Binary 11001010 10001110 11001111 10 11111 0 10011 100100111 101000 1000100

Color Harmonies of #CA8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ECF

Black with #CA8ECF

Text Example


Text Example

White with #CA8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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