#C07FD5

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

Shades of Wisteria #C07FD5

Tints of Wisteria #C07FD5

Color information

#C07FD5 (or 0xC07FD5) is unknown color: approx Wisteria. HEX triplet: C0, 7F and D5. RGB value is (192,127,213). Sum of RGB (Red+Green+Blue) = 192+127+213=532 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.09% from 532); Green value is 127 (50% from 255 or 23.87% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #C07FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FD5 is #3F802A. Grayscale: #9B9B9B. Windows color (decimal): -4161579 or 13991872. OLE color: 13991872.

HSL color Cylindrical-coordinate representation of color #C07FD5: hue angle of 285.35º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07FD5 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192127213-
CMYK0.100.4000.16
HSL285.35º50.59%66.67%-
HSV(B)285.35º40.38%83.53%-
XYZ41.3431.1966.79-
YUV156.24160.03153.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.09%
GREEN value IS 127 (50% from 255) = 23.87%
BLUE value IS 213 (83.59% from 255) = 40.04%
R=36.09%
G=23.87%
B=40.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921272130.100.4000.16285.3550.5966.67
HexC07FD5A2801011d3343
Octal300177325125002043563103
Binary1100000011111111101010110101010000100001000111011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FD5; }

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

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

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

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

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

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

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

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