#C280DD

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

Shades of Wisteria #C280DD

Tints of Wisteria #C280DD

Color information

#C280DD (or 0xC280DD) is unknown color: approx Wisteria. HEX triplet: C2, 80 and DD. RGB value is (194,128,221). Sum of RGB (Red+Green+Blue) = 194+128+221=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C280DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280DD is #3D7F22. Grayscale: #9E9E9E. Windows color (decimal): -4030243 or 14516418. OLE color: 14516418.

HSL color Cylindrical-coordinate representation of color #C280DD: hue angle of 282.58º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C280DD is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB194128221-
CMYK0.120.4200.13
HSL282.58º57.76%68.43%-
HSV(B)282.58º42.08%86.67%-
XYZ43.0232.1372.34-
YUV158.34163.37153.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 128 (50.39% from 255) = 23.57%
BLUE value IS 221 (86.72% from 255) = 40.70%
R=35.73%
G=23.57%
B=40.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941282210.120.4200.13282.5857.7668.43
HexC280DDC2A0D11b3a44
Octal302200335145201543372104
Binary1100001010000000110111011100101010011011000110111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C280DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C280DD; }

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

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

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

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

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

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

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

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