#C77FC2

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

Shades of Orchid #C77FC2

Tints of Orchid #C77FC2

Color information

#C77FC2 (or 0xC77FC2) is unknown color: approx Orchid. HEX triplet: C7, 7F and C2. RGB value is (199,127,194). Sum of RGB (Red+Green+Blue) = 199+127+194=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 194 (76.17% from 255 or 37.31% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FC2 is #38803D. Grayscale: #9B9B9B. Windows color (decimal): -3702846 or 12746695. OLE color: 12746695.

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

Color convert

RGB199127194-
CMYK00.360.030.22
HSL304.17º39.13%63.92%-
HSV(B)304.17º36.18%78.04%-
XYZ40.8831.2254.91-
YUV156.17149.35158.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.27%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 194 (76.17% from 255) = 37.31%
R=38.27%
G=24.42%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912719400.360.030.22304.1739.1363.92
HexC77FC20243161302740
Octal30717730204432646047100
Binary11000111111111111000010010010011101101001100001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FC2; }

 p { color: rgb(199,127,194); }

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

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

 a { background-color: rgb(199,127,194); }

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

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

 span { border-color: rgb(199,127,194); }

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