#C778C5

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

Shades of Orchid #C778C5

Tints of Orchid #C778C5

Color information

#C778C5 (or 0xC778C5) is unknown color: approx Orchid. HEX triplet: C7, 78 and C5. RGB value is (199,120,197). Sum of RGB (Red+Green+Blue) = 199+120+197=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 197 (77.34% from 255 or 38.18% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C778C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778C5 is #38873A. Grayscale: #989898. Windows color (decimal): -3704635 or 12941511. OLE color: 12941511.

HSL color Cylindrical-coordinate representation of color #C778C5: hue angle of 301.52º 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 #C778C5 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.22.

Color convert

RGB199120197-
CMYK00.400.010.22
HSL301.52º41.36%62.55%-
HSV(B)301.52º39.7%78.04%-
XYZ40.3529.6156.41-
YUV152.4153.17161.24-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 120 (47.27% from 255) = 23.26%
BLUE value IS 197 (77.34% from 255) = 38.18%
R=38.57%
G=23.26%
B=38.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.01
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912019700.400.010.22301.5241.3662.55
HexC778C502811612e293f
Octal3071703050501264565177
Binary110001111111000110001010101000110110100101110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778C5; }

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

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

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

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

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

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

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

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