#C283DD

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

Shades of Wisteria #C283DD

Tints of Wisteria #C283DD

Color information

#C283DD (or 0xC283DD) is unknown color: approx Wisteria. HEX triplet: C2, 83 and DD. RGB value is (194,131,221). Sum of RGB (Red+Green+Blue) = 194+131+221=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C283DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283DD is #3D7C22. Grayscale: #9F9F9F. Windows color (decimal): -4029475 or 14517186. OLE color: 14517186.

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

Color convert

RGB194131221-
CMYK0.120.4100.13
HSL282º56.96%69.02%-
HSV(B)282º40.72%86.67%-
XYZ43.4232.9272.47-
YUV160.1162.37152.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=35.53%
G=23.99%
B=40.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1941312210.120.4100.1328256.9669.02
HexC283DDC290D11a3945
Octal302203335145101543271105
Binary1100001010000011110111011100101001011011000110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283DD; }

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

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

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

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

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

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

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

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