#C07CDD

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

Shades of Wisteria #C07CDD

Tints of Wisteria #C07CDD

Color information

#C07CDD (or 0xC07CDD) is unknown color: approx Wisteria. HEX triplet: C0, 7C and DD. RGB value is (192,124,221). Sum of RGB (Red+Green+Blue) = 192+124+221=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 124 (48.83% from 255 or 23.09% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #C07CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CDD is #3F8322. Grayscale: #9B9B9B. Windows color (decimal): -4162339 or 14515392. OLE color: 14515392.

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

Color convert

RGB192124221-
CMYK0.130.4400.13
HSL282.06º58.79%67.65%-
HSV(B)282.06º43.89%86.67%-
XYZ4230.8472.15-
YUV155.39165.03154.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 124 (48.83% from 255) = 23.09%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=35.75%
G=23.09%
B=41.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921242210.130.4400.13282.0658.7967.65
HexC07CDDD2C0D11a3b44
Octal300174335155401543273104
Binary110000001111100110111011101101100011011000110101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CDD; }

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

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

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

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

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

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

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

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