Html Css Color HEX #C58FC4 Lilac

📋 copy color: '#C58FC4'

red 197 ◦ green 143 ◦ blue 196

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

Shades of Lilac #C58FC4

Tints of Lilac #C58FC4

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.68%

 BLUE value IS 196 (76.95% from 255) = 36.57%

R = 36.75%
G = 26.68%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C58FC4 (or 0xC58FC4) is known color: Lilac. HEX triplet: C5, 8F and C4. RGB value is (197,143,196). Sum of RGB (Red+Green+Blue) = 197+143+196=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 196 (76.95% from 255 or 36.57% from 536); Max value from RGB is 197 - color contains mainly: red. Hex color #C58FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FC4 is #3A703B. Grayscale: #A5A5A5. Windows color (decimal): -3829820 or 12881861. OLE color: 12881861.

HSL color Cylindrical-coordinate representation of color #C58FC4: hue angle of 301.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C58FC4 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 143 196 -
CMYK 0 0.27 0.01 0.23
HSL 301.11º 0.32% 0.67% -
HSV(B) 301.11º 0.27% 0.77% -
XYZ 42.81 35.5 56.82 -
YUV 165.19 145.39 150.69 -
System Red Green Blue C M Y K H S L
Decimal 197 143 196 0 0.27 0.01 0.23 301.11 0.32 0.67
Hex C5 8F C4 0 1B 1 17 12D 20 43
Octal 305 217 304 0 33 1 27 455 40 103
Binary 11000101 10001111 11000100 0 11011 1 10111 100101101 100000 1000011

Color Harmonies of #C58FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FC4

Black with #C58FC4

Text Example


Text Example

White with #C58FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FC4; }

 p { color: rgb(197,143,196); }

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

background-color css

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

 a { background-color: rgb(197,143,196); }

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

border-color css

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

 span { border-color: rgb(197,143,196); }

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