#C77EC3

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

Shades of Orchid #C77EC3

Tints of Orchid #C77EC3

Color information

#C77EC3 (or 0xC77EC3) is unknown color: approx Orchid. HEX triplet: C7, 7E and C3. RGB value is (199,126,195). Sum of RGB (Red+Green+Blue) = 199+126+195=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 126 (49.61% from 255 or 24.23% from 520); Blue value is 195 (76.56% from 255 or 37.5% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77EC3 is #38813C. Grayscale: #9B9B9B. Windows color (decimal): -3703101 or 12811975. OLE color: 12811975.

HSL color Cylindrical-coordinate representation of color #C77EC3: hue angle of 303.29º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77EC3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB199126195-
CMYK00.370.020.22
HSL303.29º39.46%63.73%-
HSV(B)303.29º36.68%78.04%-
XYZ40.863155.46-
YUV155.69150.18158.89-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 126 (49.61% from 255) = 24.23%
BLUE value IS 195 (76.56% from 255) = 37.5%
R=38.27%
G=24.23%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912619500.370.020.22303.2939.4663.73
HexC77EC302521612f2740
Octal30717630304522645747100
Binary11000111111111011000011010010110101101001011111001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77EC3; }

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

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

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

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

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

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

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

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