Html Css Color HEX #CA8BCB Lilac

📋 copy color: '#CA8BCB'

red 202 ◦ green 139 ◦ blue 203

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

Shades of Lilac #CA8BCB

Tints of Lilac #CA8BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.55%

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

R = 37.13%
G = 25.55%
B = 37.32%

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

#CA8BCB (or 0xCA8BCB) is known color: Lilac. HEX triplet: CA, 8B and CB. RGB value is (202,139,203). Sum of RGB (Red+Green+Blue) = 202+139+203=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCB is #357434. Grayscale: #A4A4A4. Windows color (decimal): -3503157 or 13339594. OLE color: 13339594.

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

Color convert

RGB 202 139 203 -
CMYK 0.00 0.32 0 0.20
HSL 299.06º 0.38% 0.67% -
HSV(B) 299.06º 0.32% 0.8% -
XYZ 44.37 35.33 60.98 -
YUV 165.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 202 139 203 0.00 0.32 0 0.20 299.06 0.38 0.67
Hex CA 8B CB 0 20 0 14 12B 26 43
Octal 312 213 313 0 40 0 24 453 46 103
Binary 11001010 10001011 11001011 0 100000 0 10100 100101011 100110 1000011

Color Harmonies of #CA8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BCB

Black with #CA8BCB

Text Example


Text Example

White with #CA8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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