#C078C6

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

Shades of Orchid #C078C6

Tints of Orchid #C078C6

Color information

#C078C6 (or 0xC078C6) is unknown color: approx Orchid. HEX triplet: C0, 78 and C6. RGB value is (192,120,198). Sum of RGB (Red+Green+Blue) = 192+120+198=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 120 (47.27% from 255 or 23.53% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #C078C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C078C6 is #3F8739. Grayscale: #969696. Windows color (decimal): -4163386 or 13007040. OLE color: 13007040.

HSL color Cylindrical-coordinate representation of color #C078C6: hue angle of 295.38º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C078C6 is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192120198-
CMYK0.030.3900.22
HSL295.38º40.62%62.35%-
HSV(B)295.38º39.39%77.65%-
XYZ38.6528.7256.93-
YUV150.42154.85157.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.65%
GREEN value IS 120 (47.27% from 255) = 23.53%
BLUE value IS 198 (77.73% from 255) = 38.82%
R=37.65%
G=23.53%
B=38.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921201980.030.3900.22295.3840.6262.35
HexC078C6327016127293e
Octal3001703063470264475176
Binary1100000011110001100011011100111010110100100111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C078C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C078C6; }

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

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

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

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

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

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

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

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