Html Css Color HEX #CA8ACB Lilac

📋 copy color: '#CA8ACB'

red 202 ◦ green 138 ◦ blue 203

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

Shades of Lilac #CA8ACB

Tints of Lilac #CA8ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.38%

R = 37.2%
G = 25.41%
B = 37.38%

CMYK

 C value IS 0.00

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA8ACB (or 0xCA8ACB) is known color: Lilac. HEX triplet: CA, 8A and CB. RGB value is (202,138,203). Sum of RGB (Red+Green+Blue) = 202+138+203=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ACB is #357534. Grayscale: #A4A4A4. Windows color (decimal): -3503413 or 13339338. OLE color: 13339338.

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

Color convert

RGB 202 138 203 -
CMYK 0.00 0.32 0 0.20
HSL 299.08º 0.38% 0.67% -
HSV(B) 299.08º 0.32% 0.8% -
XYZ 44.23 35.05 60.93 -
YUV 164.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 202 138 203 0.00 0.32 0 0.20 299.08 0.38 0.67
Hex CA 8A CB 0 20 0 14 12B 26 43
Octal 312 212 313 0 40 0 24 453 46 103
Binary 11001010 10001010 11001011 0 100000 0 10100 100101011 100110 1000011

Color Harmonies of #CA8ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8ACB

Black with #CA8ACB

Text Example


Text Example

White with #CA8ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8ACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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