Html Css Color HEX #C58FDB Wisteria

📋 copy color: '#C58FDB'

red 197 ◦ green 143 ◦ blue 219

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

Shades of Wisteria #C58FDB

Tints of Wisteria #C58FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.58%

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

R = 35.24%
G = 25.58%
B = 39.18%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C58FDB (or 0xC58FDB) is known color: Wisteria. HEX triplet: C5, 8F and DB. RGB value is (197,143,219). Sum of RGB (Red+Green+Blue) = 197+143+219=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 143 (56.25% from 255 or 25.58% from 559); Blue value is 219 (85.94% from 255 or 39.18% from 559); Max value from RGB is 219 - color contains mainly: blue. Hex color #C58FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDB is #3A7024. Grayscale: #A7A7A7. Windows color (decimal): -3829797 or 14389189. OLE color: 14389189.

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

Color convert

RGB 197 143 219 -
CMYK 0.10 0.35 0 0.14
HSL 282.63º 0.51% 0.71% -
HSV(B) 282.63º 0.35% 0.86% -
XYZ 45.63 36.63 71.68 -
YUV 167.81 156.89 148.82 -
System Red Green Blue C M Y K H S L
Decimal 197 143 219 0.10 0.35 0 0.14 282.63 0.51 0.71
Hex C5 8F DB A 23 0 E 11B 33 47
Octal 305 217 333 12 43 0 16 433 63 107
Binary 11000101 10001111 11011011 1010 100011 0 1110 100011011 110011 1000111

Color Harmonies of #C58FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58FDB

Black with #C58FDB

Text Example


Text Example

White with #C58FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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