#C078D1

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

Shades of Orchid #C078D1

Tints of Orchid #C078D1

Color information

#C078D1 (or 0xC078D1) is unknown color: approx Orchid. HEX triplet: C0, 78 and D1. RGB value is (192,120,209). Sum of RGB (Red+Green+Blue) = 192+120+209=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 120 (47.27% from 255 or 23.03% from 521); Blue value is 209 (82.03% from 255 or 40.12% from 521); Max value from RGB is 209 - color contains mainly: blue. Hex color #C078D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D1 is #3F872E. Grayscale: #979797. Windows color (decimal): -4163375 or 13727936. OLE color: 13727936.

HSL color Cylindrical-coordinate representation of color #C078D1: hue angle of 288.54º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C078D1 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB192120209-
CMYK0.080.4300.18
HSL288.54º49.17%64.51%-
HSV(B)288.54º42.58%81.96%-
XYZ39.9629.2463.86-
YUV151.67160.35156.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 120 (47.27% from 255) = 23.03%
BLUE value IS 209 (82.03% from 255) = 40.12%
R=36.85%
G=23.03%
B=40.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1921202090.080.4300.18288.5449.1764.51
HexC078D182B0121213141
Octal300170321105302244161101
Binary1100000011110001101000110001010110100101001000011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078D1; }

 p { color: rgb(192,120,209); }

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

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

 a { background-color: rgb(192,120,209); }

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

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

 span { border-color: rgb(192,120,209); }

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