#C07FDC

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

Shades of Wisteria #C07FDC

Tints of Wisteria #C07FDC

Color information

#C07FDC (or 0xC07FDC) is unknown color: approx Wisteria. HEX triplet: C0, 7F and DC. RGB value is (192,127,220). Sum of RGB (Red+Green+Blue) = 192+127+220=539 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.62% from 539); Green value is 127 (50% from 255 or 23.56% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #C07FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FDC is #3F8023. Grayscale: #9C9C9C. Windows color (decimal): -4161572 or 14450624. OLE color: 14450624.

HSL color Cylindrical-coordinate representation of color #C07FDC: hue angle of 281.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07FDC is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB192127220-
CMYK0.130.4200.14
HSL281.94º57.06%68.04%-
HSV(B)281.94º42.27%86.27%-
XYZ42.2531.5571.57-
YUV157.04163.53152.94-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.62%
GREEN value IS 127 (50% from 255) = 23.56%
BLUE value IS 220 (86.33% from 255) = 40.82%
R=35.62%
G=23.56%
B=40.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1921272200.130.4200.14281.9457.0668.04
HexC07FDCD2A0E11a3944
Octal300177334155201643271104
Binary110000001111111110111001101101010011101000110101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FDC; }

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

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

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

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

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

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

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

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