#C083DD

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

Shades of Wisteria #C083DD

Tints of Wisteria #C083DD

Color information

#C083DD (or 0xC083DD) is unknown color: approx Wisteria. HEX triplet: C0, 83 and DD. RGB value is (192,131,221). Sum of RGB (Red+Green+Blue) = 192+131+221=544 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.29% from 544); Green value is 131 (51.56% from 255 or 24.08% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #C083DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DD is #3F7C22. Grayscale: #9F9F9F. Windows color (decimal): -4160547 or 14517184. OLE color: 14517184.

HSL color Cylindrical-coordinate representation of color #C083DD: hue angle of 280.67º 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 #C083DD is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192131221-
CMYK0.130.4100.13
HSL280.67º56.96%69.02%-
HSV(B)280.67º40.72%86.67%-
XYZ42.9132.6672.45-
YUV159.5162.71151.18-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.29%
GREEN value IS 131 (51.56% from 255) = 24.08%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=35.29%
G=24.08%
B=40.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921312210.130.4100.13280.6756.9669.02
HexC083DDD290D1193945
Octal300203335155101543171105
Binary1100000010000011110111011101101001011011000110011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083DD; }

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

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

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

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

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

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

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

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