Html Css Color HEX #CA85C8 Lilac

📋 copy color: '#CA85C8'

red 202 ◦ green 133 ◦ blue 200

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

Shades of Lilac #CA85C8

Tints of Lilac #CA85C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.38%

R = 37.76%
G = 24.86%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.21

RGB Variations

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

Color information

#CA85C8 (or 0xCA85C8) is known color: Lilac. HEX triplet: CA, 85 and C8. RGB value is (202,133,200). Sum of RGB (Red+Green+Blue) = 202+133+200=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 200 (78.52% from 255 or 37.38% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CA85C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA85C8 is #357A37. Grayscale: #A1A1A1. Windows color (decimal): -3504696 or 13141450. OLE color: 13141450.

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

Color convert

RGB 202 133 200 -
CMYK 0 0.34 0.01 0.21
HSL 301.74º 0.39% 0.66% -
HSV(B) 301.74º 0.34% 0.79% -
XYZ 43.17 33.5 58.83 -
YUV 161.27 149.86 157.05 -
System Red Green Blue C M Y K H S L
Decimal 202 133 200 0 0.34 0.01 0.21 301.74 0.39 0.66
Hex CA 85 C8 0 22 1 15 12E 27 42
Octal 312 205 310 0 42 1 25 456 47 102
Binary 11001010 10000101 11001000 0 100010 1 10101 100101110 100111 1000010

Color Harmonies of #CA85C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA85C8

Black with #CA85C8

Text Example


Text Example

White with #CA85C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA85C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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