Html Css Color HEX #C585CD Lilac

📋 copy color: '#C585CD'

red 197 ◦ green 133 ◦ blue 205

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

Shades of Lilac #C585CD

Tints of Lilac #C585CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.32%

R = 36.82%
G = 24.86%
B = 38.32%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C585CD (or 0xC585CD) is known color: Lilac. HEX triplet: C5, 85 and CD. RGB value is (197,133,205). Sum of RGB (Red+Green+Blue) = 197+133+205=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 205 (80.47% from 255 or 38.32% from 535); Max value from RGB is 205 - color contains mainly: blue. Hex color #C585CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CD is #3A7A32. Grayscale: #A0A0A0. Windows color (decimal): -3832371 or 13469125. OLE color: 13469125.

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

Color convert

RGB 197 133 205 -
CMYK 0.04 0.35 0 0.20
HSL 293.33º 0.42% 0.66% -
HSV(B) 293.33º 0.35% 0.8% -
XYZ 42.43 33.05 61.9 -
YUV 160.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 197 133 205 0.04 0.35 0 0.20 293.33 0.42 0.66
Hex C5 85 CD 4 23 0 14 125 2A 42
Octal 305 205 315 4 43 0 24 445 52 102
Binary 11000101 10000101 11001101 100 100011 0 10100 100100101 101010 1000010

Color Harmonies of #C585CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585CD

Black with #C585CD

Text Example


Text Example

White with #C585CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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