Html Css Color HEX #C58DDB Wisteria

📋 copy color: '#C58DDB'

red 197 ◦ green 141 ◦ blue 219

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

Shades of Wisteria #C58DDB

Tints of Wisteria #C58DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

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

R = 35.37%
G = 25.31%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58DDB (or 0xC58DDB) is known color: Wisteria. HEX triplet: C5, 8D and DB. RGB value is (197,141,219). Sum of RGB (Red+Green+Blue) = 197+141+219=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58DDB is #3A7224. Grayscale: #A6A6A6. Windows color (decimal): -3830309 or 14388677. OLE color: 14388677.

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

Color convert

RGB 197 141 219 -
CMYK 0.10 0.36 0 0.14
HSL 283.08º 0.52% 0.71% -
HSV(B) 283.08º 0.36% 0.86% -
XYZ 45.34 36.03 71.58 -
YUV 166.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 197 141 219 0.10 0.36 0 0.14 283.08 0.52 0.71
Hex C5 8D DB A 24 0 E 11B 34 47
Octal 305 215 333 12 44 0 16 433 64 107
Binary 11000101 10001101 11011011 1010 100100 0 1110 100011011 110100 1000111

Color Harmonies of #C58DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58DDB

Black with #C58DDB

Text Example


Text Example

White with #C58DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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