#C078CA

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

Shades of Orchid #C078CA

Tints of Orchid #C078CA

Color information

#C078CA (or 0xC078CA) is unknown color: approx Orchid. HEX triplet: C0, 78 and CA. RGB value is (192,120,202). Sum of RGB (Red+Green+Blue) = 192+120+202=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 120 (47.27% from 255 or 23.35% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C078CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078CA is #3F8735. Grayscale: #969696. Windows color (decimal): -4163382 or 13269184. OLE color: 13269184.

HSL color Cylindrical-coordinate representation of color #C078CA: hue angle of 292.68º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C078CA is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192120202-
CMYK0.050.4100.21
HSL292.68º43.62%63.14%-
HSV(B)292.68º40.59%79.22%-
XYZ39.1228.959.39-
YUV150.88156.85157.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 120 (47.27% from 255) = 23.35%
BLUE value IS 202 (79.30% from 255) = 39.30%
R=37.35%
G=23.35%
B=39.30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921202020.050.4100.21292.6843.6263.14
HexC078CA5290151252c3f
Octal3001703125510254455477
Binary11000000111100011001010101101001010101100100101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078CA; }

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

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

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

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

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

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

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

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