Html Css Color HEX #C59ADC Wisteria

📋 copy color: '#C59ADC'

red 197 ◦ green 154 ◦ blue 220

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

Shades of Wisteria #C59ADC

Tints of Wisteria #C59ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.53%

R = 34.5%
G = 26.97%
B = 38.53%

CMYK

 C value IS 0.10

 M value IS 0.3

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C59ADC (or 0xC59ADC) is known color: Wisteria. HEX triplet: C5, 9A and DC. RGB value is (197,154,220). Sum of RGB (Red+Green+Blue) = 197+154+220=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 154 (60.55% from 255 or 26.97% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #C59ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ADC is #3A6523. Grayscale: #AEAEAE. Windows color (decimal): -3826980 or 14457541. OLE color: 14457541.

HSL color Cylindrical-coordinate representation of color #C59ADC: hue angle of 279.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59ADC is Cyan = 0.10, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 154 220 -
CMYK 0.10 0.3 0 0.14
HSL 279.09º 0.49% 0.73% -
HSV(B) 279.09º 0.3% 0.86% -
XYZ 47.5 40.15 72.96 -
YUV 174.38 153.75 144.13 -
System Red Green Blue C M Y K H S L
Decimal 197 154 220 0.10 0.3 0 0.14 279.09 0.49 0.73
Hex C5 9A DC A 1E 0 E 117 31 49
Octal 305 232 334 12 36 0 16 427 61 111
Binary 11000101 10011010 11011100 1010 11110 0 1110 100010111 110001 1001001

Color Harmonies of #C59ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59ADC

Black with #C59ADC

Text Example


Text Example

White with #C59ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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