#C883EB

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

Shades of Wisteria #C883EB

Tints of Wisteria #C883EB

Color information

#C883EB (or 0xC883EB) is unknown color: approx Wisteria. HEX triplet: C8, 83 and EB. RGB value is (200,131,235). Sum of RGB (Red+Green+Blue) = 200+131+235=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 131 (51.56% from 255 or 23.14% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #C883EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C883EB is #377C14. Grayscale: #A3A3A3. Windows color (decimal): -3636245 or 15434696. OLE color: 15434696.

HSL color Cylindrical-coordinate representation of color #C883EB: hue angle of 279.81º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C883EB is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB200131235-
CMYK0.150.4400.08
HSL279.81º72.22%71.76%-
HSV(B)279.81º44.26%92.16%-
XYZ46.9334.5182.78-
YUV163.49168.36154.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 131 (51.56% from 255) = 23.14%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=35.34%
G=23.14%
B=41.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2001312350.150.4400.08279.8172.2271.76
HexC883EBF2C081184848
Octal3102033531754010430110110
Binary11001000100000111110101111111011000100010001100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883EB; }

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

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

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

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

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

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

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

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