#C883ED

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

Shades of Wisteria #C883ED

Tints of Wisteria #C883ED

Color information

#C883ED (or 0xC883ED) is unknown color: approx Wisteria. HEX triplet: C8, 83 and ED. RGB value is (200,131,237). Sum of RGB (Red+Green+Blue) = 200+131+237=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #C883ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883ED is #377C12. Grayscale: #A3A3A3. Windows color (decimal): -3636243 or 15565768. OLE color: 15565768.

HSL color Cylindrical-coordinate representation of color #C883ED: hue angle of 279.06º 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 #C883ED is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB200131237-
CMYK0.160.4500.07
HSL279.06º74.65%72.16%-
HSV(B)279.06º44.73%92.94%-
XYZ47.2234.6384.32-
YUV163.72169.36153.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.21%
GREEN value IS 131 (51.56% from 255) = 23.06%
BLUE value IS 237 (92.97% from 255) = 41.73%
R=35.21%
G=23.06%
B=41.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2001312370.160.4500.07279.0674.6572.16
HexC883ED102D071174b48
Octal310203355205507427113110
Binary11001000100000111110110110000101101011110001011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883ED; }

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

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

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

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

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

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

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

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