Html Css Color HEX #CA8AC8 Lilac

📋 copy color: '#CA8AC8'

red 202 ◦ green 138 ◦ blue 200

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

Shades of Lilac #CA8AC8

Tints of Lilac #CA8AC8

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.56%

 BLUE value IS 200 (78.52% from 255) = 37.04%

R = 37.41%
G = 25.56%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA8AC8 (or 0xCA8AC8) is known color: Lilac. HEX triplet: CA, 8A and C8. RGB value is (202,138,200). Sum of RGB (Red+Green+Blue) = 202+138+200=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AC8 is #357537. Grayscale: #A4A4A4. Windows color (decimal): -3503416 or 13142730. OLE color: 13142730.

HSL color Cylindrical-coordinate representation of color #CA8AC8: hue angle of 301.88º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8AC8 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 138 200 -
CMYK 0 0.32 0.01 0.21
HSL 301.88º 0.38% 0.67% -
HSV(B) 301.88º 0.32% 0.79% -
XYZ 43.87 34.9 59.07 -
YUV 164.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 202 138 200 0 0.32 0.01 0.21 301.88 0.38 0.67
Hex CA 8A C8 0 20 1 15 12E 26 43
Octal 312 212 310 0 40 1 25 456 46 103
Binary 11001010 10001010 11001000 0 100000 1 10101 100101110 100110 1000011

Color Harmonies of #CA8AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AC8

Black with #CA8AC8

Text Example


Text Example

White with #CA8AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AC8; }

 p { color: rgb(202,138,200); }

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

background-color css

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

 a { background-color: rgb(202,138,200); }

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

border-color css

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

 span { border-color: rgb(202,138,200); }

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