Html Css Color HEX #C59DCF Wisteria

📋 copy color: '#C59DCF'

red 197 ◦ green 157 ◦ blue 207

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

Shades of Wisteria #C59DCF

Tints of Wisteria #C59DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.99%

 BLUE value IS 207 (81.25% from 255) = 36.9%

R = 35.12%
G = 27.99%
B = 36.9%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C59DCF (or 0xC59DCF) is known color: Wisteria. HEX triplet: C5, 9D and CF. RGB value is (197,157,207). Sum of RGB (Red+Green+Blue) = 197+157+207=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 157 (61.72% from 255 or 27.99% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 207 - color contains mainly: blue. Hex color #C59DCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DCF is #3A6230. Grayscale: #AEAEAE. Windows color (decimal): -3826225 or 13606341. OLE color: 13606341.

HSL color Cylindrical-coordinate representation of color #C59DCF: hue angle of 288º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C59DCF is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 157 207 -
CMYK 0.05 0.24 0 0.19
HSL 288º 0.34% 0.71% -
HSV(B) 288º 0.24% 0.81% -
XYZ 46.35 40.49 64.4 -
YUV 174.66 146.25 143.93 -
System Red Green Blue C M Y K H S L
Decimal 197 157 207 0.05 0.24 0 0.19 288 0.34 0.71
Hex C5 9D CF 5 18 0 13 120 22 47
Octal 305 235 317 5 30 0 23 440 42 107
Binary 11000101 10011101 11001111 101 11000 0 10011 100100000 100010 1000111

Color Harmonies of #C59DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59DCF

Black with #C59DCF

Text Example


Text Example

White with #C59DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59DCF; }

 p { color: rgb(197,157,207); }

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

background-color css

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

 a { background-color: rgb(197,157,207); }

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

border-color css

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

 span { border-color: rgb(197,157,207); }

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