Html Css Color HEX #CA8CCF Lilac

📋 copy color: '#CA8CCF'

red 202 ◦ green 140 ◦ blue 207

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

Shades of Lilac #CA8CCF

Tints of Lilac #CA8CCF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

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

R = 36.79%
G = 25.5%
B = 37.7%

CMYK

 C value IS 0.02

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA8CCF (or 0xCA8CCF) is known color: Lilac. HEX triplet: CA, 8C and CF. RGB value is (202,140,207). Sum of RGB (Red+Green+Blue) = 202+140+207=549 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.79% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA8CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCF is #357330. Grayscale: #A5A5A5. Windows color (decimal): -3502897 or 13601994. OLE color: 13601994.

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

Color convert

RGB 202 140 207 -
CMYK 0.02 0.32 0 0.19
HSL 295.52º 0.41% 0.68% -
HSV(B) 295.52º 0.32% 0.81% -
XYZ 45 35.82 63.57 -
YUV 166.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 202 140 207 0.02 0.32 0 0.19 295.52 0.41 0.68
Hex CA 8C CF 2 20 0 13 128 29 44
Octal 312 214 317 2 40 0 23 450 51 104
Binary 11001010 10001100 11001111 10 100000 0 10011 100101000 101001 1000100

Color Harmonies of #CA8CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CCF

Black with #CA8CCF

Text Example


Text Example

White with #CA8CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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