Html Css Color HEX #C585CC Lilac

📋 copy color: '#C585CC'

red 197 ◦ green 133 ◦ blue 204

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

Shades of Lilac #C585CC

Tints of Lilac #C585CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 36.89%
G = 24.91%
B = 38.2%

CMYK

 C value IS 0.03

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C585CC (or 0xC585CC) is known color: Lilac. HEX triplet: C5, 85 and CC. RGB value is (197,133,204). Sum of RGB (Red+Green+Blue) = 197+133+204=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C585CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CC is #3A7A33. Grayscale: #A0A0A0. Windows color (decimal): -3832372 or 13403589. OLE color: 13403589.

HSL color Cylindrical-coordinate representation of color #C585CC: hue angle of 294.08º degrees, saturation: 0.41, 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 #C585CC is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 133 204 -
CMYK 0.03 0.35 0 0.2
HSL 294.08º 0.41% 0.66% -
HSV(B) 294.08º 0.35% 0.8% -
XYZ 42.31 33.01 61.27 -
YUV 160.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 197 133 204 0.03 0.35 0 0.2 294.08 0.41 0.66
Hex C5 85 CC 3 23 0 14 126 29 42
Octal 305 205 314 3 43 0 24 446 51 102
Binary 11000101 10000101 11001100 11 100011 0 10100 100100110 101001 1000010

Color Harmonies of #C585CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585CC

Black with #C585CC

Text Example


Text Example

White with #C585CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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