#C07ADD

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

Shades of Wisteria #C07ADD

Tints of Wisteria #C07ADD

Color information

#C07ADD (or 0xC07ADD) is unknown color: approx Wisteria. HEX triplet: C0, 7A and DD. RGB value is (192,122,221). Sum of RGB (Red+Green+Blue) = 192+122+221=535 (70% of max value = 765). Red value is 192 (75.39% from 255 or 35.89% from 535); Green value is 122 (48.05% from 255 or 22.80% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07ADD is #3F8522. Grayscale: #999999. Windows color (decimal): -4162851 or 14514880. OLE color: 14514880.

HSL color Cylindrical-coordinate representation of color #C07ADD: hue angle of 282.42º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C07ADD is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192122221-
CMYK0.130.4500.13
HSL282.42º59.28%67.25%-
HSV(B)282.42º44.8%86.67%-
XYZ41.7530.3572.06-
YUV154.22165.69154.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.89%
GREEN value IS 122 (48.05% from 255) = 22.80%
BLUE value IS 221 (86.72% from 255) = 41.31%
R=35.89%
G=22.80%
B=41.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921222210.130.4500.13282.4259.2867.25
HexC07ADDD2D0D11a3b43
Octal300172335155501543273103
Binary110000001111010110111011101101101011011000110101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07ADD; }

 p { color: rgb(192,122,221); }

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

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

 a { background-color: rgb(192,122,221); }

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

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

 span { border-color: rgb(192,122,221); }

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