Html Css Color HEX #C58EDD Wisteria

📋 copy color: '#C58EDD'

red 197 ◦ green 142 ◦ blue 221

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

Shades of Wisteria #C58EDD

Tints of Wisteria #C58EDD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.36%

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

R = 35.18%
G = 25.36%
B = 39.46%

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

#C58EDD (or 0xC58EDD) is known color: Wisteria. HEX triplet: C5, 8E and DD. RGB value is (197,142,221). Sum of RGB (Red+Green+Blue) = 197+142+221=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 221 (86.72% from 255 or 39.46% from 560); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EDD is #3A7122. Grayscale: #A7A7A7. Windows color (decimal): -3830051 or 14520005. OLE color: 14520005.

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

Color convert

RGB 197 142 221 -
CMYK 0.11 0.36 0 0.13
HSL 281.77º 0.54% 0.71% -
HSV(B) 281.77º 0.36% 0.87% -
XYZ 45.75 36.44 73.03 -
YUV 167.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 197 142 221 0.11 0.36 0 0.13 281.77 0.54 0.71
Hex C5 8E DD B 24 0 D 11A 36 47
Octal 305 216 335 13 44 0 15 432 66 107
Binary 11000101 10001110 11011101 1011 100100 0 1101 100011010 110110 1000111

Color Harmonies of #C58EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EDD

Black with #C58EDD

Text Example


Text Example

White with #C58EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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