Html Css Color HEX #C59AD2 Wisteria

📋 copy color: '#C59AD2'

red 197 ◦ green 154 ◦ blue 210

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

Shades of Wisteria #C59AD2

Tints of Wisteria #C59AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.43%

R = 35.12%
G = 27.45%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C59AD2 (or 0xC59AD2) is known color: Wisteria. HEX triplet: C5, 9A and D2. RGB value is (197,154,210). Sum of RGB (Red+Green+Blue) = 197+154+210=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 210 (82.42% from 255 or 37.43% from 561); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59AD2 is #3A652D. Grayscale: #ADADAD. Windows color (decimal): -3826990 or 13802181. OLE color: 13802181.

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

Color convert

RGB 197 154 210 -
CMYK 0.06 0.27 0 0.18
HSL 286.07º 0.38% 0.71% -
HSV(B) 286.07º 0.27% 0.82% -
XYZ 46.21 39.63 66.19 -
YUV 173.24 148.75 144.95 -
System Red Green Blue C M Y K H S L
Decimal 197 154 210 0.06 0.27 0 0.18 286.07 0.38 0.71
Hex C5 9A D2 6 1B 0 12 11E 26 47
Octal 305 232 322 6 33 0 22 436 46 107
Binary 11000101 10011010 11010010 110 11011 0 10010 100011110 100110 1000111

Color Harmonies of #C59AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59AD2

Black with #C59AD2

Text Example


Text Example

White with #C59AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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