#C77ECC

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

Shades of Orchid #C77ECC

Tints of Orchid #C77ECC

Color information

#C77ECC (or 0xC77ECC) is unknown color: approx Orchid. HEX triplet: C7, 7E and CC. RGB value is (199,126,204). Sum of RGB (Red+Green+Blue) = 199+126+204=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 126 (49.61% from 255 or 23.82% from 529); Blue value is 204 (80.08% from 255 or 38.56% from 529); Max value from RGB is 204 - color contains mainly: blue. Hex color #C77ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECC is #388133. Grayscale: #9C9C9C. Windows color (decimal): -3703092 or 13401799. OLE color: 13401799.

HSL color Cylindrical-coordinate representation of color #C77ECC: hue angle of 296.15º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77ECC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB199126204-
CMYK0.020.3800.2
HSL296.15º43.33%64.71%-
HSV(B)296.15º38.24%80%-
XYZ41.9131.4260.98-
YUV156.72154.68158.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 126 (49.61% from 255) = 23.82%
BLUE value IS 204 (80.08% from 255) = 38.56%
R=37.62%
G=23.82%
B=38.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1991262040.020.3800.2296.1543.3364.71
HexC77ECC2260141282b41
Octal30717631424602445053101
Binary11000111111111011001100101001100101001001010001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ECC; }

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

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

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

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

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

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

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

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