Html Css Color HEX #C590DC Wisteria

📋 copy color: '#C590DC'

red 197 ◦ green 144 ◦ blue 220

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

Shades of Wisteria #C590DC

Tints of Wisteria #C590DC

RGB

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

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

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

R = 35.12%
G = 25.67%
B = 39.22%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#C590DC (or 0xC590DC) is known color: Wisteria. HEX triplet: C5, 90 and DC. RGB value is (197,144,220). Sum of RGB (Red+Green+Blue) = 197+144+220=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #C590DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590DC is #3A6F23. Grayscale: #A8A8A8. Windows color (decimal): -3829540 or 14454981. OLE color: 14454981.

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

Color convert

RGB 197 144 220 -
CMYK 0.10 0.35 0 0.14
HSL 281.84º 0.52% 0.71% -
HSV(B) 281.84º 0.35% 0.86% -
XYZ 45.92 36.98 72.43 -
YUV 168.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 197 144 220 0.10 0.35 0 0.14 281.84 0.52 0.71
Hex C5 90 DC A 23 0 E 11A 34 47
Octal 305 220 334 12 43 0 16 432 64 107
Binary 11000101 10010000 11011100 1010 100011 0 1110 100011010 110100 1000111

Color Harmonies of #C590DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590DC

Black with #C590DC

Text Example


Text Example

White with #C590DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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