Html Css Color HEX #C58BDF Wisteria

📋 copy color: '#C58BDF'

red 197 ◦ green 139 ◦ blue 223

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

Shades of Wisteria #C58BDF

Tints of Wisteria #C58BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.89%

R = 35.24%
G = 24.87%
B = 39.89%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C58BDF (or 0xC58BDF) is known color: Wisteria. HEX triplet: C5, 8B and DF. RGB value is (197,139,223). Sum of RGB (Red+Green+Blue) = 197+139+223=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 139 (54.69% from 255 or 24.87% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #C58BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDF is #3A7420. Grayscale: #A5A5A5. Windows color (decimal): -3830817 or 14650309. OLE color: 14650309.

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

Color convert

RGB 197 139 223 -
CMYK 0.12 0.38 0 0.13
HSL 281.43º 0.57% 0.71% -
HSV(B) 281.43º 0.38% 0.87% -
XYZ 45.58 35.66 74.29 -
YUV 165.92 160.22 150.17 -
System Red Green Blue C M Y K H S L
Decimal 197 139 223 0.12 0.38 0 0.13 281.43 0.57 0.71
Hex C5 8B DF C 26 0 D 119 39 47
Octal 305 213 337 14 46 0 15 431 71 107
Binary 11000101 10001011 11011111 1100 100110 0 1101 100011001 111001 1000111

Color Harmonies of #C58BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BDF

Black with #C58BDF

Text Example


Text Example

White with #C58BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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