Html Css Color HEX #C59BD0 Wisteria

📋 copy color: '#C59BD0'

red 197 ◦ green 155 ◦ blue 208

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

Shades of Wisteria #C59BD0

Tints of Wisteria #C59BD0

RGB

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

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

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

R = 35.18%
G = 27.68%
B = 37.14%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C59BD0 (or 0xC59BD0) is known color: Wisteria. HEX triplet: C5, 9B and D0. RGB value is (197,155,208). Sum of RGB (Red+Green+Blue) = 197+155+208=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 208 - color contains mainly: blue. Hex color #C59BD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BD0 is #3A642F. Grayscale: #ADADAD. Windows color (decimal): -3826736 or 13671365. OLE color: 13671365.

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

Color convert

RGB 197 155 208 -
CMYK 0.05 0.25 0 0.18
HSL 287.55º 0.36% 0.71% -
HSV(B) 287.55º 0.25% 0.82% -
XYZ 46.13 39.87 64.94 -
YUV 173.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 197 155 208 0.05 0.25 0 0.18 287.55 0.36 0.71
Hex C5 9B D0 5 19 0 12 120 24 47
Octal 305 233 320 5 31 0 22 440 44 107
Binary 11000101 10011011 11010000 101 11001 0 10010 100100000 100100 1000111

Color Harmonies of #C59BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59BD0

Black with #C59BD0

Text Example


Text Example

White with #C59BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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