Html Css Color HEX #CA8BCC Lilac

📋 copy color: '#CA8BCC'

red 202 ◦ green 139 ◦ blue 204

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

Shades of Lilac #CA8BCC

Tints of Lilac #CA8BCC

RGB

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

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

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

R = 37.06%
G = 25.5%
B = 37.43%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CA8BCC (or 0xCA8BCC) is known color: Lilac. HEX triplet: CA, 8B and CC. RGB value is (202,139,204). Sum of RGB (Red+Green+Blue) = 202+139+204=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 204 - color contains mainly: blue. Hex color #CA8BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCC is #357433. Grayscale: #A5A5A5. Windows color (decimal): -3503156 or 13405130. OLE color: 13405130.

HSL color Cylindrical-coordinate representation of color #CA8BCC: hue angle of 298.15º degrees, saturation: 0.39, 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 #CA8BCC is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 202 139 204 -
CMYK 0.01 0.32 0 0.2
HSL 298.15º 0.39% 0.67% -
HSV(B) 298.15º 0.32% 0.8% -
XYZ 44.49 35.38 61.61 -
YUV 165.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 202 139 204 0.01 0.32 0 0.2 298.15 0.39 0.67
Hex CA 8B CC 1 20 0 14 12A 27 43
Octal 312 213 314 1 40 0 24 452 47 103
Binary 11001010 10001011 11001100 1 100000 0 10100 100101010 100111 1000011

Color Harmonies of #CA8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BCC

Black with #CA8BCC

Text Example


Text Example

White with #CA8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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