Html Css Color HEX #C590DD Wisteria

📋 copy color: '#C590DD'

red 197 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #C590DD

Tints of Wisteria #C590DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.62%

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

R = 35.05%
G = 25.62%
B = 39.32%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#C590DD (or 0xC590DD) is known color: Wisteria. HEX triplet: C5, 90 and DD. RGB value is (197,144,221). Sum of RGB (Red+Green+Blue) = 197+144+221=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C590DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590DD is #3A6F22. Grayscale: #A8A8A8. Windows color (decimal): -3829539 or 14520517. OLE color: 14520517.

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

Color convert

RGB 197 144 221 -
CMYK 0.11 0.35 0 0.13
HSL 281.3º 0.53% 0.72% -
HSV(B) 281.3º 0.35% 0.87% -
XYZ 46.05 37.04 73.13 -
YUV 168.63 157.56 148.24 -
System Red Green Blue C M Y K H S L
Decimal 197 144 221 0.11 0.35 0 0.13 281.3 0.53 0.72
Hex C5 90 DD B 23 0 D 119 35 48
Octal 305 220 335 13 43 0 15 431 65 110
Binary 11000101 10010000 11011101 1011 100011 0 1101 100011001 110101 1001000

Color Harmonies of #C590DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590DD

Black with #C590DD

Text Example


Text Example

White with #C590DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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