Html Css Color HEX #C585CB Lilac

📋 copy color: '#C585CB'

red 197 ◦ green 133 ◦ blue 203

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

Shades of Lilac #C585CB

Tints of Lilac #C585CB

RGB

 RED value IS 197 (77.34% from 255) = 36.96%

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

 BLUE value IS 203 (79.69% from 255) = 38.09%

R = 36.96%
G = 24.95%
B = 38.09%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C585CB (or 0xC585CB) is known color: Lilac. HEX triplet: C5, 85 and CB. RGB value is (197,133,203). Sum of RGB (Red+Green+Blue) = 197+133+203=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 203 (79.69% from 255 or 38.09% from 533); Max value from RGB is 203 - color contains mainly: blue. Hex color #C585CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CB is #3A7A34. Grayscale: #9F9F9F. Windows color (decimal): -3832373 or 13338053. OLE color: 13338053.

HSL color Cylindrical-coordinate representation of color #C585CB: hue angle of 294.86º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C585CB is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 133 203 -
CMYK 0.03 0.34 0 0.20
HSL 294.86º 0.4% 0.66% -
HSV(B) 294.86º 0.34% 0.8% -
XYZ 42.19 32.96 60.64 -
YUV 160.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 197 133 203 0.03 0.34 0 0.20 294.86 0.4 0.66
Hex C5 85 CB 3 22 0 14 127 28 42
Octal 305 205 313 3 42 0 24 447 50 102
Binary 11000101 10000101 11001011 11 100010 0 10100 100100111 101000 1000010

Color Harmonies of #C585CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585CB

Black with #C585CB

Text Example


Text Example

White with #C585CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585CB; }

 p { color: rgb(197,133,203); }

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

background-color css

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

 a { background-color: rgb(197,133,203); }

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

border-color css

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

 span { border-color: rgb(197,133,203); }

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