Html Css Color HEX #C591DD Wisteria

📋 copy color: '#C591DD'

red 197 ◦ green 145 ◦ blue 221

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

Shades of Wisteria #C591DD

Tints of Wisteria #C591DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 34.99%
G = 25.75%
B = 39.25%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C591DD (or 0xC591DD) is known color: Wisteria. HEX triplet: C5, 91 and DD. RGB value is (197,145,221). Sum of RGB (Red+Green+Blue) = 197+145+221=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 145 (57.03% from 255 or 25.75% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #C591DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591DD is #3A6E22. Grayscale: #A8A8A8. Windows color (decimal): -3829283 or 14520773. OLE color: 14520773.

HSL color Cylindrical-coordinate representation of color #C591DD: hue angle of 281.05º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C591DD is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 145 221 -
CMYK 0.11 0.34 0 0.13
HSL 281.05º 0.53% 0.72% -
HSV(B) 281.05º 0.34% 0.87% -
XYZ 46.2 37.34 73.18 -
YUV 169.21 157.23 147.82 -
System Red Green Blue C M Y K H S L
Decimal 197 145 221 0.11 0.34 0 0.13 281.05 0.53 0.72
Hex C5 91 DD B 22 0 D 119 35 48
Octal 305 221 335 13 42 0 15 431 65 110
Binary 11000101 10010001 11011101 1011 100010 0 1101 100011001 110101 1001000

Color Harmonies of #C591DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591DD

Black with #C591DD

Text Example


Text Example

White with #C591DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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