#C07FD4

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

Shades of Wisteria #C07FD4

Tints of Wisteria #C07FD4

Color information

#C07FD4 (or 0xC07FD4) is unknown color: approx Wisteria. HEX triplet: C0, 7F and D4. RGB value is (192,127,212). Sum of RGB (Red+Green+Blue) = 192+127+212=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #C07FD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FD4 is #3F802B. Grayscale: #9B9B9B. Windows color (decimal): -4161580 or 13926336. OLE color: 13926336.

HSL color Cylindrical-coordinate representation of color #C07FD4: hue angle of 285.88º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C07FD4 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192127212-
CMYK0.090.4000.17
HSL285.88º49.71%66.47%-
HSV(B)285.88º40.09%83.14%-
XYZ41.2131.1466.13-
YUV156.12159.53153.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=36.16%
G=23.92%
B=39.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921272120.090.4000.17285.8849.7166.47
HexC07FD492801111e3242
Octal300177324115002143662102
Binary1100000011111111101010010011010000100011000111101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FD4; }

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

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

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

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

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

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

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

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