#C778BA

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

Shades of Orchid #C778BA

Tints of Orchid #C778BA

Color information

#C778BA (or 0xC778BA) is unknown color: approx Orchid. HEX triplet: C7, 78 and BA. RGB value is (199,120,186). Sum of RGB (Red+Green+Blue) = 199+120+186=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 120 (47.27% from 255 or 23.76% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 199 - color contains mainly: red. Hex color #C778BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C778BA is #388745. Grayscale: #969696. Windows color (decimal): -3704646 or 12220615. OLE color: 12220615.

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

Color convert

RGB199120186-
CMYK00.400.070.22
HSL309.87º41.36%62.55%-
HSV(B)309.87º39.7%78.04%-
XYZ39.1329.1250.01-
YUV151.15147.67162.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 39.41%
GREEN value IS 120 (47.27% from 255) = 23.76%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=39.41%
G=23.76%
B=36.83%

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
Decimal19912018600.400.070.22309.8741.3662.55
HexC778BA028716136293f
Octal3071702720507264665177
Binary11000111111100010111010010100011110110100110110101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C778BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C778BA; }

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

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

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

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

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

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

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

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