#C078D5

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

Shades of Orchid #C078D5

Tints of Orchid #C078D5

Color information

#C078D5 (or 0xC078D5) is unknown color: approx Orchid. HEX triplet: C0, 78 and D5. RGB value is (192,120,213). Sum of RGB (Red+Green+Blue) = 192+120+213=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 213 (83.59% from 255 or 40.57% from 525); Max value from RGB is 213 - color contains mainly: blue. Hex color #C078D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078D5 is #3F872A. Grayscale: #979797. Windows color (decimal): -4163371 or 13990080. OLE color: 13990080.

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

Color convert

RGB192120213-
CMYK0.100.4400.16
HSL286.45º52.54%65.29%-
HSV(B)286.45º43.66%83.53%-
XYZ40.4629.4466.5-
YUV152.13162.35156.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.57%
GREEN value IS 120 (47.27% from 255) = 22.86%
BLUE value IS 213 (83.59% from 255) = 40.57%
R=36.57%
G=22.86%
B=40.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1921202130.100.4400.16286.4552.5465.29
HexC078D5A2C01011e3541
Octal300170325125402043665101
Binary1100000011110001101010110101011000100001000111101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078D5; }

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

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

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

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

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

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

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

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