Html Css Color HEX #CA85C1 Lilac

📋 copy color: '#CA85C1'

red 202 ◦ green 133 ◦ blue 193

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

Shades of Lilac #CA85C1

Tints of Lilac #CA85C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.55%

R = 38.26%
G = 25.19%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.21

RGB Variations

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

Color information

#CA85C1 (or 0xCA85C1) is known color: Lilac. HEX triplet: CA, 85 and C1. RGB value is (202,133,193). Sum of RGB (Red+Green+Blue) = 202+133+193=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C1 is #357A3E. Grayscale: #A0A0A0. Windows color (decimal): -3504703 or 12682698. OLE color: 12682698.

HSL color Cylindrical-coordinate representation of color #CA85C1: hue angle of 307.83º 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 #CA85C1 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 133 193 -
CMYK 0 0.34 0.04 0.21
HSL 307.83º 0.39% 0.66% -
HSV(B) 307.83º 0.34% 0.79% -
XYZ 42.37 33.18 54.62 -
YUV 160.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 202 133 193 0 0.34 0.04 0.21 307.83 0.39 0.66
Hex CA 85 C1 0 22 4 15 134 27 42
Octal 312 205 301 0 42 4 25 464 47 102
Binary 11001010 10000101 11000001 0 100010 100 10101 100110100 100111 1000010

Color Harmonies of #CA85C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85C1

Black with #CA85C1

Text Example


Text Example

White with #CA85C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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