#c777d8

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

Shades of Orchid #C777D8

Tints of Orchid #C777D8

Color information

#C777D8 (or 0xC777D8) is unknown color: approx Orchid. HEX triplet: C7, 77 and D8. RGB value is (199,119,216). Sum of RGB (Red+Green+Blue) = 199+119+216=534 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.27% from 534); Green value is 119 (46.88% from 255 or 22.28% from 534); Blue value is 216 (84.77% from 255 or 40.45% from 534); Max value from RGB is 216 - color contains mainly: blue. Hex color #C777D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C777D8 is #388827. Grayscale: #999999. Windows color (decimal): -3704872 or 14186439. OLE color: 14186439.

HSL color Cylindrical-coordinate representation of color #C777D8: hue angle of 289.48º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C777D8 is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB199119216-
CMYK0.080.4500.15
HSL289.48º55.43%65.69%-
HSV(B)289.48º44.91%84.71%-
XYZ42.5430.2968.57-
YUV153.98163160.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.27%
GREEN value IS 119 (46.88% from 255) = 22.28%
BLUE value IS 216 (84.77% from 255) = 40.45%
R=37.27%
G=22.28%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1991192160.080.4500.15289.4855.4365.69
HexC777D882D0F1213742
Octal307167330105501744167102
Binary110001111110111110110001000101101011111001000011101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c777d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c777d8; }

 p { color: rgb(199,119,216); }

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

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

 a { background-color: rgb(199,119,216); }

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

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

 span { border-color: rgb(199,119,216); }

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