Html Css Color HEX #C58EDE Wisteria

📋 copy color: '#C58EDE'

red 197 ◦ green 142 ◦ blue 222

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

Shades of Wisteria #C58EDE

Tints of Wisteria #C58EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.57%

R = 35.12%
G = 25.31%
B = 39.57%

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

#C58EDE (or 0xC58EDE) is known color: Wisteria. HEX triplet: C5, 8E and DE. RGB value is (197,142,222). Sum of RGB (Red+Green+Blue) = 197+142+222=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 222 - color contains mainly: blue. Hex color #C58EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58EDE is #3A7121. Grayscale: #A7A7A7. Windows color (decimal): -3830050 or 14585541. OLE color: 14585541.

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

Color convert

RGB 197 142 222 -
CMYK 0.11 0.36 0 0.13
HSL 281.25º 0.55% 0.71% -
HSV(B) 281.25º 0.36% 0.87% -
XYZ 45.88 36.49 73.73 -
YUV 167.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 197 142 222 0.11 0.36 0 0.13 281.25 0.55 0.71
Hex C5 8E DE B 24 0 D 119 37 47
Octal 305 216 336 13 44 0 15 431 67 107
Binary 11000101 10001110 11011110 1011 100100 0 1101 100011001 110111 1000111

Color Harmonies of #C58EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58EDE

Black with #C58EDE

Text Example


Text Example

White with #C58EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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