#C77ECF

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

Shades of Orchid #C77ECF

Tints of Orchid #C77ECF

Color information

#C77ECF (or 0xC77ECF) is unknown color: approx Orchid. HEX triplet: C7, 7E and CF. RGB value is (199,126,207). Sum of RGB (Red+Green+Blue) = 199+126+207=532 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.41% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C77ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77ECF is #388130. Grayscale: #9C9C9C. Windows color (decimal): -3703089 or 13598407. OLE color: 13598407.

HSL color Cylindrical-coordinate representation of color #C77ECF: hue angle of 294.07º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77ECF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB199126207-
CMYK0.040.3900.19
HSL294.07º45.76%65.29%-
HSV(B)294.07º39.13%81.18%-
XYZ42.2831.5762.9-
YUV157.06156.18157.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.41%
GREEN value IS 126 (49.61% from 255) = 23.68%
BLUE value IS 207 (81.25% from 255) = 38.91%
R=37.41%
G=23.68%
B=38.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1991262070.040.3900.19294.0745.7665.29
HexC77ECF4270131262e41
Octal30717631744702344656101
Binary110001111111110110011111001001110100111001001101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77ECF; }

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

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

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

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

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

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

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

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