Html Css Color HEX #C58ADA Wisteria

📋 copy color: '#C58ADA'

red 197 ◦ green 138 ◦ blue 218

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

Shades of Wisteria #C58ADA

Tints of Wisteria #C58ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.95%

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

R = 35.62%
G = 24.95%
B = 39.42%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#C58ADA (or 0xC58ADA) is known color: Wisteria. HEX triplet: C5, 8A and DA. RGB value is (197,138,218). Sum of RGB (Red+Green+Blue) = 197+138+218=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 218 (85.55% from 255 or 39.42% from 553); Max value from RGB is 218 - color contains mainly: blue. Hex color #C58ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58ADA is #3A7525. Grayscale: #A4A4A4. Windows color (decimal): -3831078 or 14322373. OLE color: 14322373.

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

Color convert

RGB 197 138 218 -
CMYK 0.10 0.37 0 0.15
HSL 284.25º 0.52% 0.7% -
HSV(B) 284.25º 0.37% 0.85% -
XYZ 44.77 35.11 70.75 -
YUV 164.76 158.05 151 -
System Red Green Blue C M Y K H S L
Decimal 197 138 218 0.10 0.37 0 0.15 284.25 0.52 0.7
Hex C5 8A DA A 25 0 F 11C 34 46
Octal 305 212 332 12 45 0 17 434 64 106
Binary 11000101 10001010 11011010 1010 100101 0 1111 100011100 110100 1000110

Color Harmonies of #C58ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58ADA

Black with #C58ADA

Text Example


Text Example

White with #C58ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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