#C280DF

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

Shades of Wisteria #C280DF

Tints of Wisteria #C280DF

Color information

#C280DF (or 0xC280DF) is unknown color: approx Wisteria. HEX triplet: C2, 80 and DF. RGB value is (194,128,223). Sum of RGB (Red+Green+Blue) = 194+128+223=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C280DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280DF is #3D7F20. Grayscale: #9E9E9E. Windows color (decimal): -4030241 or 14647490. OLE color: 14647490.

HSL color Cylindrical-coordinate representation of color #C280DF: hue angle of 281.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C280DF is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194128223-
CMYK0.130.4300.13
HSL281.68º59.75%68.82%-
HSV(B)281.68º42.6%87.45%-
XYZ43.2932.2473.75-
YUV158.56164.37153.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=35.60%
G=23.49%
B=40.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941282230.130.4300.13281.6859.7568.82
HexC280DFD2B0D11a3c45
Octal302200337155301543274105
Binary1100001010000000110111111101101011011011000110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280DF; }

 p { color: rgb(194,128,223); }

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

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

 a { background-color: rgb(194,128,223); }

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

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

 span { border-color: rgb(194,128,223); }

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