Html Css Color HEX #C59CCF Wisteria

📋 copy color: '#C59CCF'

red 197 ◦ green 156 ◦ blue 207

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

Shades of Wisteria #C59CCF

Tints of Wisteria #C59CCF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.86%

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

R = 35.18%
G = 27.86%
B = 36.96%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C59CCF (or 0xC59CCF) is known color: Wisteria. HEX triplet: C5, 9C and CF. RGB value is (197,156,207). Sum of RGB (Red+Green+Blue) = 197+156+207=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 156 (61.33% from 255 or 27.86% from 560); Blue value is 207 (81.25% from 255 or 36.96% from 560); Max value from RGB is 207 - color contains mainly: blue. Hex color #C59CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CCF is #3A6330. Grayscale: #ADADAD. Windows color (decimal): -3826481 or 13606085. OLE color: 13606085.

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

Color convert

RGB 197 156 207 -
CMYK 0.05 0.25 0 0.19
HSL 288.24º 0.35% 0.71% -
HSV(B) 288.24º 0.25% 0.81% -
XYZ 46.18 40.15 64.35 -
YUV 174.07 146.58 144.35 -
System Red Green Blue C M Y K H S L
Decimal 197 156 207 0.05 0.25 0 0.19 288.24 0.35 0.71
Hex C5 9C CF 5 19 0 13 120 23 47
Octal 305 234 317 5 31 0 23 440 43 107
Binary 11000101 10011100 11001111 101 11001 0 10011 100100000 100011 1000111

Color Harmonies of #C59CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59CCF

Black with #C59CCF

Text Example


Text Example

White with #C59CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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