#C983ED

Color #C983ED Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #C983ED

Tints of Wisteria #C983ED

Color information

#C983ED (or 0xC983ED) is unknown color: approx Wisteria. HEX triplet: C9, 83 and ED. RGB value is (201,131,237). Sum of RGB (Red+Green+Blue) = 201+131+237=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #C983ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C983ED is #367C12. Grayscale: #A3A3A3. Windows color (decimal): -3570707 or 15565769. OLE color: 15565769.

HSL color Cylindrical-coordinate representation of color #C983ED: hue angle of 279.62º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C983ED is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201131237-
CMYK0.150.4500.07
HSL279.62º74.65%72.16%-
HSV(B)279.62º44.73%92.94%-
XYZ47.4934.7684.33-
YUV164.01169.19154.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 131 (51.56% from 255) = 23.02%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=35.33%
G=23.02%
B=41.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2011312370.150.4500.07279.6274.6572.16
HexC983EDF2D071184b48
Octal311203355175507430113110
Binary1100100110000011111011011111101101011110001100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983ED; }

 p { color: rgb(201,131,237); }

 H1.HeaderClassName
 {
   color: #C983ED;
 }
 .AnyTagClassName
 {
   color: #C983ED;
 }
</style>
background-color css

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

 a { background-color: rgb(201,131,237); }

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

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

 span { border-color: rgb(201,131,237); }

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