#C77FC9

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

Shades of Orchid #C77FC9

Tints of Orchid #C77FC9

Color information

#C77FC9 (or 0xC77FC9) is unknown color: approx Orchid. HEX triplet: C7, 7F and C9. RGB value is (199,127,201). Sum of RGB (Red+Green+Blue) = 199+127+201=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 127 (50% from 255 or 24.10% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 201 - color contains mainly: blue. Hex color #C77FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FC9 is #388036. Grayscale: #9C9C9C. Windows color (decimal): -3702839 or 13205447. OLE color: 13205447.

HSL color Cylindrical-coordinate representation of color #C77FC9: hue angle of 298.38º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77FC9 is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB199127201-
CMYK0.010.3700.21
HSL298.38º40.66%64.31%-
HSV(B)298.38º36.82%78.82%-
XYZ41.6931.5459.15-
YUV156.96152.85157.98-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.76%
GREEN value IS 127 (50% from 255) = 24.10%
BLUE value IS 201 (78.91% from 255) = 38.14%
R=37.76%
G=24.10%
B=38.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1991272010.010.3700.21298.3840.6664.31
HexC77FC912501512a2940
Octal30717731114502545251100
Binary1100011111111111100100111001010101011001010101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FC9; }

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

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

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

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

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

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

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

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