#C083D4

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

Shades of Wisteria #C083D4

Tints of Wisteria #C083D4

Color information

#C083D4 (or 0xC083D4) is unknown color: approx Wisteria. HEX triplet: C0, 83 and D4. RGB value is (192,131,212). Sum of RGB (Red+Green+Blue) = 192+131+212=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 212 (83.20% from 255 or 39.63% from 535); Max value from RGB is 212 - color contains mainly: blue. Hex color #C083D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083D4 is #3F7C2B. Grayscale: #9E9E9E. Windows color (decimal): -4160556 or 13927360. OLE color: 13927360.

HSL color Cylindrical-coordinate representation of color #C083D4: hue angle of 285.19º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C083D4 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192131212-
CMYK0.090.3800.17
HSL285.19º48.5%67.25%-
HSV(B)285.19º38.21%83.14%-
XYZ41.7432.1966.3-
YUV158.47158.21151.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 212 (83.20% from 255) = 39.63%
R=35.89%
G=24.49%
B=39.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921312120.090.3800.17285.1948.567.25
HexC083D492601111d3143
Octal300203324114602143561103
Binary11000000100000111101010010011001100100011000111011100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083D4; }

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

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

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

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

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

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

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

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