Html Css Color HEX #C59AD0 Wisteria

📋 copy color: '#C59AD0'

red 197 ◦ green 154 ◦ blue 208

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

Shades of Wisteria #C59AD0

Tints of Wisteria #C59AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.55%

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 35.24%
G = 27.55%
B = 37.21%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C59AD0 (or 0xC59AD0) is known color: Wisteria. HEX triplet: C5, 9A and D0. RGB value is (197,154,208). Sum of RGB (Red+Green+Blue) = 197+154+208=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 208 - color contains mainly: blue. Hex color #C59AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59AD0 is #3A652F. Grayscale: #ACACAC. Windows color (decimal): -3826992 or 13671109. OLE color: 13671109.

HSL color Cylindrical-coordinate representation of color #C59AD0: hue angle of 287.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C59AD0 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 154 208 -
CMYK 0.05 0.26 0 0.18
HSL 287.78º 0.36% 0.71% -
HSV(B) 287.78º 0.26% 0.82% -
XYZ 45.97 39.54 64.88 -
YUV 173.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 197 154 208 0.05 0.26 0 0.18 287.78 0.36 0.71
Hex C5 9A D0 5 1A 0 12 120 24 47
Octal 305 232 320 5 32 0 22 440 44 107
Binary 11000101 10011010 11010000 101 11010 0 10010 100100000 100100 1000111

Color Harmonies of #C59AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AD0

Black with #C59AD0

Text Example


Text Example

White with #C59AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AD0; }

 p { color: rgb(197,154,208); }

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

background-color css

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

 a { background-color: rgb(197,154,208); }

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

border-color css

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

 span { border-color: rgb(197,154,208); }

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