Html Css Color HEX #C59BCF Wisteria

📋 copy color: '#C59BCF'

red 197 ◦ green 155 ◦ blue 207

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

Shades of Wisteria #C59BCF

Tints of Wisteria #C59BCF

RGB

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

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

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

R = 35.24%
G = 27.73%
B = 37.03%

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

#C59BCF (or 0xC59BCF) is known color: Wisteria. HEX triplet: C5, 9B and CF. RGB value is (197,155,207). Sum of RGB (Red+Green+Blue) = 197+155+207=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 155 (60.94% from 255 or 27.73% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #C59BCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BCF is #3A6430. Grayscale: #ADADAD. Windows color (decimal): -3826737 or 13605829. OLE color: 13605829.

HSL color Cylindrical-coordinate representation of color #C59BCF: hue angle of 288.46º 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 #C59BCF is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 155 207 -
CMYK 0.05 0.25 0 0.19
HSL 288.46º 0.35% 0.71% -
HSV(B) 288.46º 0.25% 0.81% -
XYZ 46.01 39.82 64.29 -
YUV 173.49 146.91 144.77 -
System Red Green Blue C M Y K H S L
Decimal 197 155 207 0.05 0.25 0 0.19 288.46 0.35 0.71
Hex C5 9B CF 5 19 0 13 120 23 47
Octal 305 233 317 5 31 0 23 440 43 107
Binary 11000101 10011011 11001111 101 11001 0 10011 100100000 100011 1000111

Color Harmonies of #C59BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C59BCF

Black with #C59BCF

Text Example


Text Example

White with #C59BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C59BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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