#C084D5

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

Shades of Wisteria #C084D5

Tints of Wisteria #C084D5

Color information

#C084D5 (or 0xC084D5) is unknown color: approx Wisteria. HEX triplet: C0, 84 and D5. RGB value is (192,132,213). Sum of RGB (Red+Green+Blue) = 192+132+213=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 132 (51.95% from 255 or 24.58% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #C084D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084D5 is #3F7B2A. Grayscale: #9E9E9E. Windows color (decimal): -4160299 or 13993152. OLE color: 13993152.

HSL color Cylindrical-coordinate representation of color #C084D5: hue angle of 284.44º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C084D5 is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192132213-
CMYK0.100.3800.16
HSL284.44º49.09%67.65%-
HSV(B)284.44º38.03%83.53%-
XYZ4232.5167.01-
YUV159.17158.38151.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 132 (51.95% from 255) = 24.58%
BLUE value IS 213 (83.59% from 255) = 39.66%
R=35.75%
G=24.58%
B=39.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921322130.100.3800.16284.4449.0967.65
HexC084D5A2601011c3144
Octal300204325124602043461104
Binary11000000100001001101010110101001100100001000111001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084D5; }

 p { color: rgb(192,132,213); }

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

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

 a { background-color: rgb(192,132,213); }

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

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

 span { border-color: rgb(192,132,213); }

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