#C083DF

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

Shades of Wisteria #C083DF

Tints of Wisteria #C083DF

Color information

#C083DF (or 0xC083DF) is unknown color: approx Wisteria. HEX triplet: C0, 83 and DF. RGB value is (192,131,223). Sum of RGB (Red+Green+Blue) = 192+131+223=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 131 (51.56% from 255 or 23.99% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C083DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083DF is #3F7C20. Grayscale: #9F9F9F. Windows color (decimal): -4160545 or 14648256. OLE color: 14648256.

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

Color convert

RGB192131223-
CMYK0.140.4100.13
HSL279.78º58.97%69.41%-
HSV(B)279.78º41.26%87.45%-
XYZ43.1732.7773.86-
YUV159.73163.71151.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.16%
GREEN value IS 131 (51.56% from 255) = 23.99%
BLUE value IS 223 (87.5% from 255) = 40.84%
R=35.16%
G=23.99%
B=40.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921312230.140.4100.13279.7858.9769.41
HexC083DFE290D1183b45
Octal300203337165101543073105
Binary1100000010000011110111111110101001011011000110001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083DF; }

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

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

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

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

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

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

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

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