Html Css Color HEX #C58BC2 Lilac

📋 copy color: '#C58BC2'

red 197 ◦ green 139 ◦ blue 194

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

Shades of Lilac #C58BC2

Tints of Lilac #C58BC2

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.23%

 BLUE value IS 194 (76.17% from 255) = 36.6%

R = 37.17%
G = 26.23%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C58BC2 (or 0xC58BC2) is known color: Lilac. HEX triplet: C5, 8B and C2. RGB value is (197,139,194). Sum of RGB (Red+Green+Blue) = 197+139+194=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C58BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BC2 is #3A743D. Grayscale: #A2A2A2. Windows color (decimal): -3830846 or 12749765. OLE color: 12749765.

HSL color Cylindrical-coordinate representation of color #C58BC2: hue angle of 303.1º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C58BC2 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 139 194 -
CMYK 0 0.29 0.02 0.23
HSL 303.1º 0.33% 0.66% -
HSV(B) 303.1º 0.29% 0.77% -
XYZ 42 34.23 55.43 -
YUV 162.61 145.72 152.53 -
System Red Green Blue C M Y K H S L
Decimal 197 139 194 0 0.29 0.02 0.23 303.1 0.33 0.66
Hex C5 8B C2 0 1D 2 17 12F 21 42
Octal 305 213 302 0 35 2 27 457 41 102
Binary 11000101 10001011 11000010 0 11101 10 10111 100101111 100001 1000010

Color Harmonies of #C58BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BC2

Black with #C58BC2

Text Example


Text Example

White with #C58BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BC2; }

 p { color: rgb(197,139,194); }

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

background-color css

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

 a { background-color: rgb(197,139,194); }

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

border-color css

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

 span { border-color: rgb(197,139,194); }

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