#C77EDE

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

Shades of Orchid #C77EDE

Tints of Orchid #C77EDE

Color information

#C77EDE (or 0xC77EDE) is unknown color: approx Orchid. HEX triplet: C7, 7E and DE. RGB value is (199,126,222). Sum of RGB (Red+Green+Blue) = 199+126+222=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 222 (87.11% from 255 or 40.59% from 547); Max value from RGB is 222 - color contains mainly: blue. Hex color #C77EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDE is #388121. Grayscale: #9E9E9E. Windows color (decimal): -3703074 or 14581447. OLE color: 14581447.

HSL color Cylindrical-coordinate representation of color #C77EDE: hue angle of 285.62º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C77EDE is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199126222-
CMYK0.100.4300.13
HSL285.62º59.26%68.24%-
HSV(B)285.62º43.24%87.06%-
XYZ44.232.3473.02-
YUV158.77163.68156.69-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.38%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 222 (87.11% from 255) = 40.59%
R=36.38%
G=23.03%
B=40.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1991262220.100.4300.13285.6259.2668.24
HexC77EDEA2B0D11e3b44
Octal307176336125301543673104
Binary110001111111110110111101010101011011011000111101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77EDE; }

 p { color: rgb(199,126,222); }

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

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

 a { background-color: rgb(199,126,222); }

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

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

 span { border-color: rgb(199,126,222); }

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