#C883DC

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

Shades of Wisteria #C883DC

Tints of Wisteria #C883DC

Color information

#C883DC (or 0xC883DC) is unknown color: approx Wisteria. HEX triplet: C8, 83 and DC. RGB value is (200,131,220). Sum of RGB (Red+Green+Blue) = 200+131+220=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C883DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C883DC is #377C23. Grayscale: #A1A1A1. Windows color (decimal): -3636260 or 14451656. OLE color: 14451656.

HSL color Cylindrical-coordinate representation of color #C883DC: hue angle of 286.52º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C883DC is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB200131220-
CMYK0.090.4000.14
HSL286.52º55.97%68.82%-
HSV(B)286.52º40.45%86.27%-
XYZ44.8533.6871.85-
YUV161.78160.86155.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.30%
GREEN value IS 131 (51.56% from 255) = 23.77%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=36.30%
G=23.77%
B=39.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2001312200.090.4000.14286.5255.9768.82
HexC883DC9280E11f3845
Octal310203334115001643770105
Binary1100100010000011110111001001101000011101000111111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C883DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C883DC; }

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

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

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

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

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

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

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

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