Html Css Color HEX #C58ADE Wisteria

📋 copy color: '#C58ADE'

red 197 ◦ green 138 ◦ blue 222

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

Shades of Wisteria #C58ADE

Tints of Wisteria #C58ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

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

R = 35.37%
G = 24.78%
B = 39.86%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58ADE (or 0xC58ADE) is known color: Wisteria. HEX triplet: C5, 8A and DE. RGB value is (197,138,222). Sum of RGB (Red+Green+Blue) = 197+138+222=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 222 (87.11% from 255 or 39.86% from 557); Max value from RGB is 222 - color contains mainly: blue. Hex color #C58ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADE is #3A7521. Grayscale: #A4A4A4. Windows color (decimal): -3831074 or 14584517. OLE color: 14584517.

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

Color convert

RGB 197 138 222 -
CMYK 0.11 0.38 0 0.13
HSL 282.14º 0.56% 0.71% -
HSV(B) 282.14º 0.38% 0.87% -
XYZ 45.3 35.32 73.54 -
YUV 165.22 160.05 150.67 -
System Red Green Blue C M Y K H S L
Decimal 197 138 222 0.11 0.38 0 0.13 282.14 0.56 0.71
Hex C5 8A DE B 26 0 D 11A 38 47
Octal 305 212 336 13 46 0 15 432 70 107
Binary 11000101 10001010 11011110 1011 100110 0 1101 100011010 111000 1000111

Color Harmonies of #C58ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ADE

Black with #C58ADE

Text Example


Text Example

White with #C58ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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