Html Css Color HEX #C59BDD Wisteria

📋 copy color: '#C59BDD'

red 197 ◦ green 155 ◦ blue 221

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

Shades of Wisteria #C59BDD

Tints of Wisteria #C59BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.05%

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 34.38%
G = 27.05%
B = 38.57%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C59BDD (or 0xC59BDD) is known color: Wisteria. HEX triplet: C5, 9B and DD. RGB value is (197,155,221). Sum of RGB (Red+Green+Blue) = 197+155+221=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 155 (60.94% from 255 or 27.05% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #C59BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDD is #3A6422. Grayscale: #AEAEAE. Windows color (decimal): -3826723 or 14523333. OLE color: 14523333.

HSL color Cylindrical-coordinate representation of color #C59BDD: hue angle of 278.18º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C59BDD is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 155 221 -
CMYK 0.11 0.30 0 0.13
HSL 278.18º 0.49% 0.74% -
HSV(B) 278.18º 0.3% 0.87% -
XYZ 47.8 40.53 73.71 -
YUV 175.08 153.91 143.63 -
System Red Green Blue C M Y K H S L
Decimal 197 155 221 0.11 0.30 0 0.13 278.18 0.49 0.74
Hex C5 9B DD B 1E 0 D 116 31 4A
Octal 305 233 335 13 36 0 15 426 61 112
Binary 11000101 10011011 11011101 1011 11110 0 1101 100010110 110001 1001010

Color Harmonies of #C59BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59BDD

Black with #C59BDD

Text Example


Text Example

White with #C59BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59BDD; }

 p { color: rgb(197,155,221); }

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

background-color css

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

 a { background-color: rgb(197,155,221); }

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

border-color css

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

 span { border-color: rgb(197,155,221); }

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