#C07DD6

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

Shades of Wisteria #C07DD6

Tints of Wisteria #C07DD6

Color information

#C07DD6 (or 0xC07DD6) is unknown color: approx Wisteria. HEX triplet: C0, 7D and D6. RGB value is (192,125,214). Sum of RGB (Red+Green+Blue) = 192+125+214=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 125 (49.22% from 255 or 23.54% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #C07DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07DD6 is #3F8229. Grayscale: #9A9A9A. Windows color (decimal): -4162090 or 14056896. OLE color: 14056896.

HSL color Cylindrical-coordinate representation of color #C07DD6: hue angle of 285.17º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C07DD6 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192125214-
CMYK0.100.4200.16
HSL285.17º52.05%66.47%-
HSV(B)285.17º41.59%83.92%-
XYZ41.2130.7367.38-
YUV155.18161.2154.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 125 (49.22% from 255) = 23.54%
BLUE value IS 214 (83.98% from 255) = 40.30%
R=36.16%
G=23.54%
B=40.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921252140.100.4200.16285.1752.0566.47
HexC07DD6A2A01011d3442
Octal300175326125202043564102
Binary1100000011111011101011010101010100100001000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07DD6; }

 p { color: rgb(192,125,214); }

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

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

 a { background-color: rgb(192,125,214); }

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

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

 span { border-color: rgb(192,125,214); }

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