#C778C9

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

Shades of Orchid #C778C9

Tints of Orchid #C778C9

Color information

#C778C9 (or 0xC778C9) is unknown color: approx Orchid. HEX triplet: C7, 78 and C9. RGB value is (199,120,201). Sum of RGB (Red+Green+Blue) = 199+120+201=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 201 - color contains mainly: blue. Hex color #C778C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C9 is #388736. Grayscale: #989898. Windows color (decimal): -3704631 or 13203655. OLE color: 13203655.

HSL color Cylindrical-coordinate representation of color #C778C9: hue angle of 298.52º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778C9 is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199120201-
CMYK0.010.4000.21
HSL298.52º42.86%62.94%-
HSV(B)298.52º40.3%78.82%-
XYZ40.8129.7958.86-
YUV152.86155.17160.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 120 (47.27% from 255) = 23.08%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=38.27%
G=23.08%
B=38.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991202010.010.4000.21298.5242.8662.94
HexC778C912801512b2b3f
Octal3071703111500254535377
Binary110001111111000110010011101000010101100101011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778C9; }

 p { color: rgb(199,120,201); }

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

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

 a { background-color: rgb(199,120,201); }

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

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

 span { border-color: rgb(199,120,201); }

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