Html Css Color HEX #C58CDC Wisteria

📋 copy color: '#C58CDC'

red 197 ◦ green 140 ◦ blue 220

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

Shades of Wisteria #C58CDC

Tints of Wisteria #C58CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.13%

 BLUE value IS 220 (86.33% from 255) = 39.5%

R = 35.37%
G = 25.13%
B = 39.5%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58CDC (or 0xC58CDC) is known color: Wisteria. HEX triplet: C5, 8C and DC. RGB value is (197,140,220). Sum of RGB (Red+Green+Blue) = 197+140+220=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 220 (86.33% from 255 or 39.50% from 557); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDC is #3A7323. Grayscale: #A5A5A5. Windows color (decimal): -3830564 or 14453957. OLE color: 14453957.

HSL color Cylindrical-coordinate representation of color #C58CDC: hue angle of 282.75º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58CDC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 140 220 -
CMYK 0.10 0.36 0 0.14
HSL 282.75º 0.53% 0.71% -
HSV(B) 282.75º 0.36% 0.86% -
XYZ 45.32 35.79 72.23 -
YUV 166.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 197 140 220 0.10 0.36 0 0.14 282.75 0.53 0.71
Hex C5 8C DC A 24 0 E 11B 35 47
Octal 305 214 334 12 44 0 16 433 65 107
Binary 11000101 10001100 11011100 1010 100100 0 1110 100011011 110101 1000111

Color Harmonies of #C58CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CDC

Black with #C58CDC

Text Example


Text Example

White with #C58CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CDC; }

 p { color: rgb(197,140,220); }

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

background-color css

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

 a { background-color: rgb(197,140,220); }

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

border-color css

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

 span { border-color: rgb(197,140,220); }

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