Html Css Color HEX #CA88D0 Lilac

📋 copy color: '#CA88D0'

red 202 ◦ green 136 ◦ blue 208

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

Shades of Lilac #CA88D0

Tints of Lilac #CA88D0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 24.91%

 BLUE value IS 208 (81.64% from 255) = 38.1%

R = 37%
G = 24.91%
B = 38.1%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CA88D0 (or 0xCA88D0) is known color: Lilac. HEX triplet: CA, 88 and D0. RGB value is (202,136,208). Sum of RGB (Red+Green+Blue) = 202+136+208=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 208 (81.64% from 255 or 38.10% from 546); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA88D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA88D0 is #35772F. Grayscale: #A3A3A3. Windows color (decimal): -3503920 or 13666506. OLE color: 13666506.

HSL color Cylindrical-coordinate representation of color #CA88D0: hue angle of 295º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA88D0 is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 136 208 -
CMYK 0.03 0.35 0 0.18
HSL 295º 0.43% 0.67% -
HSV(B) 295º 0.35% 0.82% -
XYZ 44.55 34.72 64.03 -
YUV 163.94 152.87 155.15 -
System Red Green Blue C M Y K H S L
Decimal 202 136 208 0.03 0.35 0 0.18 295 0.43 0.67
Hex CA 88 D0 3 23 0 12 127 2B 43
Octal 312 210 320 3 43 0 22 447 53 103
Binary 11001010 10001000 11010000 11 100011 0 10010 100100111 101011 1000011

Color Harmonies of #CA88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88D0

Black with #CA88D0

Text Example


Text Example

White with #CA88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88D0; }

 p { color: rgb(202,136,208); }

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

background-color css

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

 a { background-color: rgb(202,136,208); }

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

border-color css

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

 span { border-color: rgb(202,136,208); }

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