Html Css Color HEX #C585C6 Lilac

📋 copy color: '#C585C6'

red 197 ◦ green 133 ◦ blue 198

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

Shades of Lilac #C585C6

Tints of Lilac #C585C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 37.5%

R = 37.31%
G = 25.19%
B = 37.5%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C585C6 (or 0xC585C6) is known color: Lilac. HEX triplet: C5, 85 and C6. RGB value is (197,133,198). Sum of RGB (Red+Green+Blue) = 197+133+198=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 133 (52.34% from 255 or 25.19% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 198 - color contains mainly: blue. Hex color #C585C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585C6 is #3A7A39. Grayscale: #9F9F9F. Windows color (decimal): -3832378 or 13010373. OLE color: 13010373.

HSL color Cylindrical-coordinate representation of color #C585C6: hue angle of 299.08º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C585C6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 133 198 -
CMYK 0.01 0.33 0 0.22
HSL 299.08º 0.36% 0.65% -
HSV(B) 299.08º 0.33% 0.78% -
XYZ 41.61 32.72 57.55 -
YUV 159.55 149.7 154.71 -
System Red Green Blue C M Y K H S L
Decimal 197 133 198 0.01 0.33 0 0.22 299.08 0.36 0.65
Hex C5 85 C6 1 21 0 16 12B 24 41
Octal 305 205 306 1 41 0 26 453 44 101
Binary 11000101 10000101 11000110 1 100001 0 10110 100101011 100100 1000001

Color Harmonies of #C585C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C585C6

Black with #C585C6

Text Example


Text Example

White with #C585C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C585C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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