Html Css Color HEX #C58BD1 Wisteria

📋 copy color: '#C58BD1'

red 197 ◦ green 139 ◦ blue 209

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

Shades of Wisteria #C58BD1

Tints of Wisteria #C58BD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.35%

R = 36.15%
G = 25.5%
B = 38.35%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C58BD1 (or 0xC58BD1) is known color: Wisteria. HEX triplet: C5, 8B and D1. RGB value is (197,139,209). Sum of RGB (Red+Green+Blue) = 197+139+209=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 209 (82.03% from 255 or 38.35% from 545); Max value from RGB is 209 - color contains mainly: blue. Hex color #C58BD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BD1 is #3A742E. Grayscale: #A4A4A4. Windows color (decimal): -3830831 or 13732805. OLE color: 13732805.

HSL color Cylindrical-coordinate representation of color #C58BD1: hue angle of 289.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58BD1 is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 139 209 -
CMYK 0.06 0.33 0 0.18
HSL 289.71º 0.43% 0.68% -
HSV(B) 289.71º 0.33% 0.82% -
XYZ 43.77 34.94 64.76 -
YUV 164.32 153.22 151.31 -
System Red Green Blue C M Y K H S L
Decimal 197 139 209 0.06 0.33 0 0.18 289.71 0.43 0.68
Hex C5 8B D1 6 21 0 12 122 2B 44
Octal 305 213 321 6 41 0 22 442 53 104
Binary 11000101 10001011 11010001 110 100001 0 10010 100100010 101011 1000100

Color Harmonies of #C58BD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BD1

Black with #C58BD1

Text Example


Text Example

White with #C58BD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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