Html Css Color HEX #CA8CCB Lilac

📋 copy color: '#CA8CCB'

red 202 ◦ green 140 ◦ blue 203

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

Shades of Lilac #CA8CCB

Tints of Lilac #CA8CCB

RGB

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

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

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

R = 37.06%
G = 25.69%
B = 37.25%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CA8CCB (or 0xCA8CCB) is known color: Lilac. HEX triplet: CA, 8C and CB. RGB value is (202,140,203). Sum of RGB (Red+Green+Blue) = 202+140+203=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CCB is #357334. Grayscale: #A5A5A5. Windows color (decimal): -3502901 or 13339850. OLE color: 13339850.

HSL color Cylindrical-coordinate representation of color #CA8CCB: hue angle of 299.05º degrees, saturation: 0.38, 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 #CA8CCB is Cyan = 0.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 140 203 -
CMYK 0.00 0.31 0 0.20
HSL 299.05º 0.38% 0.67% -
HSV(B) 299.05º 0.31% 0.8% -
XYZ 44.51 35.62 61.03 -
YUV 165.72 149.04 153.88 -
System Red Green Blue C M Y K H S L
Decimal 202 140 203 0.00 0.31 0 0.20 299.05 0.38 0.67
Hex CA 8C CB 0 1F 0 14 12B 26 43
Octal 312 214 313 0 37 0 24 453 46 103
Binary 11001010 10001100 11001011 0 11111 0 10100 100101011 100110 1000011

Color Harmonies of #CA8CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CCB

Black with #CA8CCB

Text Example


Text Example

White with #CA8CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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