Html Css Color HEX #C58DDC Wisteria

📋 copy color: '#C58DDC'

red 197 ◦ green 141 ◦ blue 220

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

Shades of Wisteria #C58DDC

Tints of Wisteria #C58DDC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.27%

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

R = 35.3%
G = 25.27%
B = 39.43%

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

#C58DDC (or 0xC58DDC) is known color: Wisteria. HEX triplet: C5, 8D and DC. RGB value is (197,141,220). Sum of RGB (Red+Green+Blue) = 197+141+220=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDC is #3A7223. Grayscale: #A6A6A6. Windows color (decimal): -3830308 or 14454213. OLE color: 14454213.

HSL color Cylindrical-coordinate representation of color #C58DDC: hue angle of 282.53º 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 #C58DDC is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 141 220 -
CMYK 0.10 0.36 0 0.14
HSL 282.53º 0.53% 0.71% -
HSV(B) 282.53º 0.36% 0.86% -
XYZ 45.47 36.09 72.28 -
YUV 166.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 197 141 220 0.10 0.36 0 0.14 282.53 0.53 0.71
Hex C5 8D DC A 24 0 E 11B 35 47
Octal 305 215 334 12 44 0 16 433 65 107
Binary 11000101 10001101 11011100 1010 100100 0 1110 100011011 110101 1000111

Color Harmonies of #C58DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DDC

Black with #C58DDC

Text Example


Text Example

White with #C58DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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