Html Css Color HEX #CA85C9 Lilac

📋 copy color: '#CA85C9'

red 202 ◦ green 133 ◦ blue 201

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

Shades of Lilac #CA85C9

Tints of Lilac #CA85C9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.81%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 37.69%
G = 24.81%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.21

RGB Variations

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

Color information

#CA85C9 (or 0xCA85C9) is known color: Lilac. HEX triplet: CA, 85 and C9. RGB value is (202,133,201). Sum of RGB (Red+Green+Blue) = 202+133+201=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C9 is #357A36. Grayscale: #A1A1A1. Windows color (decimal): -3504695 or 13206986. OLE color: 13206986.

HSL color Cylindrical-coordinate representation of color #CA85C9: hue angle of 300.87º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA85C9 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 201 -
CMYK 0 0.34 0.00 0.21
HSL 300.87º 0.39% 0.66% -
HSV(B) 300.87º 0.34% 0.79% -
XYZ 43.29 33.55 59.45 -
YUV 161.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 202 133 201 0 0.34 0.00 0.21 300.87 0.39 0.66
Hex CA 85 C9 0 22 0 15 12D 27 42
Octal 312 205 311 0 42 0 25 455 47 102
Binary 11001010 10000101 11001001 0 100010 0 10101 100101101 100111 1000010

Color Harmonies of #CA85C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85C9

Black with #CA85C9

Text Example


Text Example

White with #CA85C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85C9; }

 p { color: rgb(202,133,201); }

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

background-color css

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

 a { background-color: rgb(202,133,201); }

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

border-color css

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

 span { border-color: rgb(202,133,201); }

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