Html Css Color HEX #C58BDE Wisteria

📋 copy color: '#C58BDE'

red 197 ◦ green 139 ◦ blue 222

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

Shades of Wisteria #C58BDE

Tints of Wisteria #C58BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.78%

R = 35.3%
G = 24.91%
B = 39.78%

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

#C58BDE (or 0xC58BDE) is known color: Wisteria. HEX triplet: C5, 8B and DE. RGB value is (197,139,222). Sum of RGB (Red+Green+Blue) = 197+139+222=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 139 (54.69% from 255 or 24.91% from 558); Blue value is 222 (87.11% from 255 or 39.78% from 558); Max value from RGB is 222 - color contains mainly: blue. Hex color #C58BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDE is #3A7421. Grayscale: #A5A5A5. Windows color (decimal): -3830818 or 14584773. OLE color: 14584773.

HSL color Cylindrical-coordinate representation of color #C58BDE: hue angle of 281.93º degrees, saturation: 0.56, 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 #C58BDE is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 139 222 -
CMYK 0.11 0.37 0 0.13
HSL 281.93º 0.56% 0.71% -
HSV(B) 281.93º 0.37% 0.87% -
XYZ 45.44 35.61 73.59 -
YUV 165.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 197 139 222 0.11 0.37 0 0.13 281.93 0.56 0.71
Hex C5 8B DE B 25 0 D 11A 38 47
Octal 305 213 336 13 45 0 15 432 70 107
Binary 11000101 10001011 11011110 1011 100101 0 1101 100011010 111000 1000111

Color Harmonies of #C58BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BDE

Black with #C58BDE

Text Example


Text Example

White with #C58BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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