#C77EDD

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

Shades of Orchid #C77EDD

Tints of Orchid #C77EDD

Color information

#C77EDD (or 0xC77EDD) is unknown color: approx Orchid. HEX triplet: C7, 7E and DD. RGB value is (199,126,221). Sum of RGB (Red+Green+Blue) = 199+126+221=546 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.45% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #C77EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EDD is #388122. Grayscale: #9E9E9E. Windows color (decimal): -3703075 or 14515911. OLE color: 14515911.

HSL color Cylindrical-coordinate representation of color #C77EDD: hue angle of 286.11º degrees, saturation: 0.58, 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 #C77EDD is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB199126221-
CMYK0.100.4300.13
HSL286.11º58.28%68.04%-
HSV(B)286.11º42.99%86.67%-
XYZ44.0732.2872.32-
YUV158.66163.18156.78-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 36.45%
GREEN value IS 126 (49.61% from 255) = 23.08%
BLUE value IS 221 (86.72% from 255) = 40.48%
R=36.45%
G=23.08%
B=40.48%

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
Decimal1991262210.100.4300.13286.1158.2868.04
HexC77EDDA2B0D11e3a44
Octal307176335125301543672104
Binary110001111111110110111011010101011011011000111101110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77EDD; }

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

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

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

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

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

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

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

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