Html Css Color HEX #C58CDD Wisteria

📋 copy color: '#C58CDD'

red 197 ◦ green 140 ◦ blue 221

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

Shades of Wisteria #C58CDD

Tints of Wisteria #C58CDD

RGB

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

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

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

R = 35.3%
G = 25.09%
B = 39.61%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58CDD (or 0xC58CDD) is known color: Wisteria. HEX triplet: C5, 8C and DD. RGB value is (197,140,221). Sum of RGB (Red+Green+Blue) = 197+140+221=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 221 (86.72% from 255 or 39.61% from 558); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58CDD is #3A7322. Grayscale: #A6A6A6. Windows color (decimal): -3830563 or 14519493. OLE color: 14519493.

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

Color convert

RGB 197 140 221 -
CMYK 0.11 0.37 0 0.13
HSL 282.22º 0.54% 0.71% -
HSV(B) 282.22º 0.37% 0.87% -
XYZ 45.46 35.85 72.93 -
YUV 166.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 197 140 221 0.11 0.37 0 0.13 282.22 0.54 0.71
Hex C5 8C DD B 25 0 D 11A 36 47
Octal 305 214 335 13 45 0 15 432 66 107
Binary 11000101 10001100 11011101 1011 100101 0 1101 100011010 110110 1000111

Color Harmonies of #C58CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58CDD

Black with #C58CDD

Text Example


Text Example

White with #C58CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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