Html Css Color HEX #C591D0 Wisteria

📋 copy color: '#C591D0'

red 197 ◦ green 145 ◦ blue 208

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

Shades of Wisteria #C591D0

Tints of Wisteria #C591D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.82%

R = 35.82%
G = 26.36%
B = 37.82%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C591D0 (or 0xC591D0) is known color: Wisteria. HEX triplet: C5, 91 and D0. RGB value is (197,145,208). Sum of RGB (Red+Green+Blue) = 197+145+208=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: blue. Hex color #C591D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C591D0 is #3A6E2F. Grayscale: #A7A7A7. Windows color (decimal): -3829296 or 13668805. OLE color: 13668805.

HSL color Cylindrical-coordinate representation of color #C591D0: hue angle of 289.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C591D0 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 145 208 -
CMYK 0.05 0.30 0 0.18
HSL 289.52º 0.4% 0.69% -
HSV(B) 289.52º 0.3% 0.82% -
XYZ 44.54 36.68 64.41 -
YUV 167.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 197 145 208 0.05 0.30 0 0.18 289.52 0.4 0.69
Hex C5 91 D0 5 1E 0 12 122 28 45
Octal 305 221 320 5 36 0 22 442 50 105
Binary 11000101 10010001 11010000 101 11110 0 10010 100100010 101000 1000101

Color Harmonies of #C591D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C591D0

Black with #C591D0

Text Example


Text Example

White with #C591D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C591D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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