Html Css Color HEX #C58BDA Wisteria

📋 copy color: '#C58BDA'

red 197 ◦ green 139 ◦ blue 218

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

Shades of Wisteria #C58BDA

Tints of Wisteria #C58BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 35.56%
G = 25.09%
B = 39.35%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58BDA (or 0xC58BDA) is known color: Wisteria. HEX triplet: C5, 8B and DA. RGB value is (197,139,218). Sum of RGB (Red+Green+Blue) = 197+139+218=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BDA is #3A7425. Grayscale: #A5A5A5. Windows color (decimal): -3830822 or 14322629. OLE color: 14322629.

HSL color Cylindrical-coordinate representation of color #C58BDA: hue angle of 284.05º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C58BDA is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 139 218 -
CMYK 0.10 0.36 0 0.15
HSL 284.05º 0.52% 0.7% -
HSV(B) 284.05º 0.36% 0.85% -
XYZ 44.91 35.4 70.79 -
YUV 165.35 157.72 150.58 -
System Red Green Blue C M Y K H S L
Decimal 197 139 218 0.10 0.36 0 0.15 284.05 0.52 0.7
Hex C5 8B DA A 24 0 F 11C 34 46
Octal 305 213 332 12 44 0 17 434 64 106
Binary 11000101 10001011 11011010 1010 100100 0 1111 100011100 110100 1000110

Color Harmonies of #C58BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58BDA

Black with #C58BDA

Text Example


Text Example

White with #C58BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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