Html Css Color HEX #CA8BCE Lilac

📋 copy color: '#CA8BCE'

red 202 ◦ green 139 ◦ blue 206

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

Shades of Lilac #CA8BCE

Tints of Lilac #CA8BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 36.93%
G = 25.41%
B = 37.66%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CA8BCE (or 0xCA8BCE) is known color: Lilac. HEX triplet: CA, 8B and CE. RGB value is (202,139,206). Sum of RGB (Red+Green+Blue) = 202+139+206=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 139 (54.69% from 255 or 25.41% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8BCE is #357431. Grayscale: #A5A5A5. Windows color (decimal): -3503154 or 13536202. OLE color: 13536202.

HSL color Cylindrical-coordinate representation of color #CA8BCE: hue angle of 296.42º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8BCE is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 139 206 -
CMYK 0.02 0.33 0 0.19
HSL 296.42º 0.41% 0.68% -
HSV(B) 296.42º 0.33% 0.81% -
XYZ 44.73 35.48 62.88 -
YUV 165.48 150.87 154.05 -
System Red Green Blue C M Y K H S L
Decimal 202 139 206 0.02 0.33 0 0.19 296.42 0.41 0.68
Hex CA 8B CE 2 21 0 13 128 29 44
Octal 312 213 316 2 41 0 23 450 51 104
Binary 11001010 10001011 11001110 10 100001 0 10011 100101000 101001 1000100

Color Harmonies of #CA8BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8BCE

Black with #CA8BCE

Text Example


Text Example

White with #CA8BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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