Html Css Color HEX #C58DDD Wisteria

📋 copy color: '#C58DDD'

red 197 ◦ green 141 ◦ blue 221

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

Shades of Wisteria #C58DDD

Tints of Wisteria #C58DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.53%

R = 35.24%
G = 25.22%
B = 39.53%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58DDD (or 0xC58DDD) is known color: Wisteria. HEX triplet: C5, 8D and DD. RGB value is (197,141,221). Sum of RGB (Red+Green+Blue) = 197+141+221=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDD is #3A7222. Grayscale: #A6A6A6. Windows color (decimal): -3830307 or 14519749. OLE color: 14519749.

HSL color Cylindrical-coordinate representation of color #C58DDD: hue angle of 282º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58DDD is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 141 221 -
CMYK 0.11 0.36 0 0.13
HSL 282º 0.54% 0.71% -
HSV(B) 282º 0.36% 0.87% -
XYZ 45.6 36.14 72.98 -
YUV 166.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 197 141 221 0.11 0.36 0 0.13 282 0.54 0.71
Hex C5 8D DD B 24 0 D 11A 36 47
Octal 305 215 335 13 44 0 15 432 66 107
Binary 11000101 10001101 11011101 1011 100100 0 1101 100011010 110110 1000111

Color Harmonies of #C58DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DDD

Black with #C58DDD

Text Example


Text Example

White with #C58DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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