Html Css Color HEX #C58BDD Wisteria

📋 copy color: '#C58BDD'

red 197 ◦ green 139 ◦ blue 221

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

Shades of Wisteria #C58BDD

Tints of Wisteria #C58BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.96%

 BLUE value IS 221 (86.72% from 255) = 39.68%

R = 35.37%
G = 24.96%
B = 39.68%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58BDD (or 0xC58BDD) is known color: Wisteria. HEX triplet: C5, 8B and DD. RGB value is (197,139,221). Sum of RGB (Red+Green+Blue) = 197+139+221=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #C58BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDD is #3A7422. Grayscale: #A5A5A5. Windows color (decimal): -3830819 or 14519237. OLE color: 14519237.

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

Color convert

RGB 197 139 221 -
CMYK 0.11 0.37 0 0.13
HSL 282.44º 0.55% 0.71% -
HSV(B) 282.44º 0.37% 0.87% -
XYZ 45.31 35.56 72.88 -
YUV 165.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 197 139 221 0.11 0.37 0 0.13 282.44 0.55 0.71
Hex C5 8B DD B 25 0 D 11A 37 47
Octal 305 213 335 13 45 0 15 432 67 107
Binary 11000101 10001011 11011101 1011 100101 0 1101 100011010 110111 1000111

Color Harmonies of #C58BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BDD

Black with #C58BDD

Text Example


Text Example

White with #C58BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BDD; }

 p { color: rgb(197,139,221); }

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

background-color css

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

 a { background-color: rgb(197,139,221); }

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

border-color css

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

 span { border-color: rgb(197,139,221); }

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