Html Css Color HEX #C591DC Wisteria

📋 copy color: '#C591DC'

red 197 ◦ green 145 ◦ blue 220

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

Shades of Wisteria #C591DC

Tints of Wisteria #C591DC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.8%

 BLUE value IS 220 (86.33% from 255) = 39.15%

R = 35.05%
G = 25.8%
B = 39.15%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C591DC (or 0xC591DC) is known color: Wisteria. HEX triplet: C5, 91 and DC. RGB value is (197,145,220). Sum of RGB (Red+Green+Blue) = 197+145+220=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #C591DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591DC is #3A6E23. Grayscale: #A8A8A8. Windows color (decimal): -3829284 or 14455237. OLE color: 14455237.

HSL color Cylindrical-coordinate representation of color #C591DC: hue angle of 281.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C591DC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 145 220 -
CMYK 0.10 0.34 0 0.14
HSL 281.6º 0.52% 0.72% -
HSV(B) 281.6º 0.34% 0.86% -
XYZ 46.07 37.29 72.48 -
YUV 169.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 197 145 220 0.10 0.34 0 0.14 281.6 0.52 0.72
Hex C5 91 DC A 22 0 E 11A 34 48
Octal 305 221 334 12 42 0 16 432 64 110
Binary 11000101 10010001 11011100 1010 100010 0 1110 100011010 110100 1001000

Color Harmonies of #C591DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591DC

Black with #C591DC

Text Example


Text Example

White with #C591DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591DC; }

 p { color: rgb(197,145,220); }

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

background-color css

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

 a { background-color: rgb(197,145,220); }

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

border-color css

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

 span { border-color: rgb(197,145,220); }

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