Html Css Color HEX #C59BDB Wisteria

📋 copy color: '#C59BDB'

red 197 ◦ green 155 ◦ blue 219

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

Shades of Wisteria #C59BDB

Tints of Wisteria #C59BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.35%

R = 34.5%
G = 27.15%
B = 38.35%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C59BDB (or 0xC59BDB) is known color: Wisteria. HEX triplet: C5, 9B and DB. RGB value is (197,155,219). Sum of RGB (Red+Green+Blue) = 197+155+219=571 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.50% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #C59BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDB is #3A6424. Grayscale: #AEAEAE. Windows color (decimal): -3826725 or 14392261. OLE color: 14392261.

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

Color convert

RGB 197 155 219 -
CMYK 0.10 0.29 0 0.14
HSL 279.38º 0.47% 0.73% -
HSV(B) 279.38º 0.29% 0.86% -
XYZ 47.53 40.43 72.32 -
YUV 174.85 152.91 143.8 -
System Red Green Blue C M Y K H S L
Decimal 197 155 219 0.10 0.29 0 0.14 279.38 0.47 0.73
Hex C5 9B DB A 1D 0 E 117 2F 49
Octal 305 233 333 12 35 0 16 427 57 111
Binary 11000101 10011011 11011011 1010 11101 0 1110 100010111 101111 1001001

Color Harmonies of #C59BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59BDB

Black with #C59BDB

Text Example


Text Example

White with #C59BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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