Html Css Color HEX #C58DD6 Wisteria

📋 copy color: '#C58DD6'

red 197 ◦ green 141 ◦ blue 214

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

Shades of Wisteria #C58DD6

Tints of Wisteria #C58DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 38.77%

R = 35.69%
G = 25.54%
B = 38.77%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C58DD6 (or 0xC58DD6) is known color: Wisteria. HEX triplet: C5, 8D and D6. RGB value is (197,141,214). Sum of RGB (Red+Green+Blue) = 197+141+214=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 214 - color contains mainly: blue. Hex color #C58DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DD6 is #3A7229. Grayscale: #A5A5A5. Windows color (decimal): -3830314 or 14060997. OLE color: 14060997.

HSL color Cylindrical-coordinate representation of color #C58DD6: hue angle of 286.03º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C58DD6 is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 141 214 -
CMYK 0.08 0.34 0 0.16
HSL 286.03º 0.47% 0.7% -
HSV(B) 286.03º 0.34% 0.84% -
XYZ 44.69 35.78 68.17 -
YUV 166.07 155.05 150.06 -
System Red Green Blue C M Y K H S L
Decimal 197 141 214 0.08 0.34 0 0.16 286.03 0.47 0.7
Hex C5 8D D6 8 22 0 10 11E 2F 46
Octal 305 215 326 10 42 0 20 436 57 106
Binary 11000101 10001101 11010110 1000 100010 0 10000 100011110 101111 1000110

Color Harmonies of #C58DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DD6

Black with #C58DD6

Text Example


Text Example

White with #C58DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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