Html Css Color HEX #C58ADB Wisteria

📋 copy color: '#C58ADB'

red 197 ◦ green 138 ◦ blue 219

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

Shades of Wisteria #C58ADB

Tints of Wisteria #C58ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 35.56%
G = 24.91%
B = 39.53%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58ADB (or 0xC58ADB) is known color: Wisteria. HEX triplet: C5, 8A and DB. RGB value is (197,138,219). Sum of RGB (Red+Green+Blue) = 197+138+219=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADB is #3A7524. Grayscale: #A4A4A4. Windows color (decimal): -3831077 or 14387909. OLE color: 14387909.

HSL color Cylindrical-coordinate representation of color #C58ADB: hue angle of 283.7º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C58ADB is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 138 219 -
CMYK 0.10 0.37 0 0.14
HSL 283.7º 0.53% 0.7% -
HSV(B) 283.7º 0.37% 0.86% -
XYZ 44.9 35.16 71.44 -
YUV 164.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 197 138 219 0.10 0.37 0 0.14 283.7 0.53 0.7
Hex C5 8A DB A 25 0 E 11C 35 46
Octal 305 212 333 12 45 0 16 434 65 106
Binary 11000101 10001010 11011011 1010 100101 0 1110 100011100 110101 1000110

Color Harmonies of #C58ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ADB

Black with #C58ADB

Text Example


Text Example

White with #C58ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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