#C07CD6

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

Shades of Orchid #C07CD6

Tints of Orchid #C07CD6

Color information

#C07CD6 (or 0xC07CD6) is unknown color: approx Orchid. HEX triplet: C0, 7C and D6. RGB value is (192,124,214). Sum of RGB (Red+Green+Blue) = 192+124+214=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #C07CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07CD6 is #3F8329. Grayscale: #9A9A9A. Windows color (decimal): -4162346 or 14056640. OLE color: 14056640.

HSL color Cylindrical-coordinate representation of color #C07CD6: hue angle of 285.33º 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 #C07CD6 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB192124214-
CMYK0.100.4200.16
HSL285.33º52.33%66.27%-
HSV(B)285.33º42.06%83.92%-
XYZ41.0830.4867.34-
YUV154.59161.53154.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.23%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 214 (83.98% from 255) = 40.38%
R=36.23%
G=23.40%
B=40.38%

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
Decimal1921242140.100.4200.16285.3352.3366.27
HexC07CD6A2A01011d3442
Octal300174326125202043564102
Binary1100000011111001101011010101010100100001000111011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07CD6; }

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

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

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

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

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

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

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

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