#C778B9

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

Shades of Orchid #C778B9

Tints of Orchid #C778B9

Color information

#C778B9 (or 0xC778B9) is unknown color: approx Orchid. HEX triplet: C7, 78 and B9. RGB value is (199,120,185). Sum of RGB (Red+Green+Blue) = 199+120+185=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 120 (47.27% from 255 or 23.81% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C778B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778B9 is #388746. Grayscale: #969696. Windows color (decimal): -3704647 or 12155079. OLE color: 12155079.

HSL color Cylindrical-coordinate representation of color #C778B9: hue angle of 310.63º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C778B9 is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199120185-
CMYK00.400.070.22
HSL310.63º41.36%62.55%-
HSV(B)310.63º39.7%78.04%-
XYZ39.0329.0849.45-
YUV151.03147.17162.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.48%
GREEN value IS 120 (47.27% from 255) = 23.81%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=39.48%
G=23.81%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912018500.400.070.22310.6341.3662.55
HexC778B9028716137293f
Octal3071702710507264675177
Binary11000111111100010111001010100011110110100110111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778B9; }

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

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

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

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

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

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

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

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