Html Css Color HEX #CA8CCC Lilac

📋 copy color: '#CA8CCC'

red 202 ◦ green 140 ◦ blue 204

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

Shades of Lilac #CA8CCC

Tints of Lilac #CA8CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.36%

R = 37%
G = 25.64%
B = 37.36%

CMYK

 C value IS 0.01

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA8CCC (or 0xCA8CCC) is known color: Lilac. HEX triplet: CA, 8C and CC. RGB value is (202,140,204). Sum of RGB (Red+Green+Blue) = 202+140+204=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCC is #357333. Grayscale: #A5A5A5. Windows color (decimal): -3502900 or 13405386. OLE color: 13405386.

HSL color Cylindrical-coordinate representation of color #CA8CCC: hue angle of 298.12º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA8CCC is Cyan = 0.01, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 140 204 -
CMYK 0.01 0.31 0 0.2
HSL 298.13º 0.39% 0.67% -
HSV(B) 298.13º 0.31% 0.8% -
XYZ 44.63 35.67 61.66 -
YUV 165.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 202 140 204 0.01 0.31 0 0.2 298.13 0.39 0.67
Hex CA 8C CC 1 1F 0 14 12A 27 43
Octal 312 214 314 1 37 0 24 452 47 103
Binary 11001010 10001100 11001100 1 11111 0 10100 100101010 100111 1000011

Color Harmonies of #CA8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CCC

Black with #CA8CCC

Text Example


Text Example

White with #CA8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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