Html Css Color HEX #C59FCF Wisteria

📋 copy color: '#C59FCF'

red 197 ◦ green 159 ◦ blue 207

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

Shades of Wisteria #C59FCF

Tints of Wisteria #C59FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.24%

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

R = 34.99%
G = 28.24%
B = 36.77%

CMYK

 C value IS 0.05

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C59FCF (or 0xC59FCF) is known color: Wisteria. HEX triplet: C5, 9F and CF. RGB value is (197,159,207). Sum of RGB (Red+Green+Blue) = 197+159+207=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 159 (62.5% from 255 or 28.24% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #C59FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59FCF is #3A6030. Grayscale: #AFAFAF. Windows color (decimal): -3825713 or 13606853. OLE color: 13606853.

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

Color convert

RGB 197 159 207 -
CMYK 0.05 0.23 0 0.19
HSL 287.5º 0.33% 0.72% -
HSV(B) 287.5º 0.23% 0.81% -
XYZ 46.69 41.17 64.52 -
YUV 175.83 145.59 143.1 -
System Red Green Blue C M Y K H S L
Decimal 197 159 207 0.05 0.23 0 0.19 287.5 0.33 0.72
Hex C5 9F CF 5 17 0 13 120 21 48
Octal 305 237 317 5 27 0 23 440 41 110
Binary 11000101 10011111 11001111 101 10111 0 10011 100100000 100001 1001000

Color Harmonies of #C59FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59FCF

Black with #C59FCF

Text Example


Text Example

White with #C59FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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