Html Css Color HEX #C590D0 Wisteria

📋 copy color: '#C590D0'

red 197 ◦ green 144 ◦ blue 208

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

Shades of Wisteria #C590D0

Tints of Wisteria #C590D0

RGB

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

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

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

R = 35.88%
G = 26.23%
B = 37.89%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#C590D0 (or 0xC590D0) is known color: Wisteria. HEX triplet: C5, 90 and D0. RGB value is (197,144,208). Sum of RGB (Red+Green+Blue) = 197+144+208=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 208 (81.64% from 255 or 37.89% from 549); Max value from RGB is 208 - color contains mainly: blue. Hex color #C590D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590D0 is #3A6F2F. Grayscale: #A6A6A6. Windows color (decimal): -3829552 or 13668549. OLE color: 13668549.

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

Color convert

RGB 197 144 208 -
CMYK 0.05 0.31 0 0.18
HSL 289.69º 0.41% 0.69% -
HSV(B) 289.69º 0.31% 0.82% -
XYZ 44.38 36.37 64.36 -
YUV 167.14 151.06 149.3 -
System Red Green Blue C M Y K H S L
Decimal 197 144 208 0.05 0.31 0 0.18 289.69 0.41 0.69
Hex C5 90 D0 5 1F 0 12 122 29 45
Octal 305 220 320 5 37 0 22 442 51 105
Binary 11000101 10010000 11010000 101 11111 0 10010 100100010 101001 1000101

Color Harmonies of #C590D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C590D0

Black with #C590D0

Text Example


Text Example

White with #C590D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C590D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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