#C77FBE

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

Shades of Orchid #C77FBE

Tints of Orchid #C77FBE

Color information

#C77FBE (or 0xC77FBE) is unknown color: approx Orchid. HEX triplet: C7, 7F and BE. RGB value is (199,127,190). Sum of RGB (Red+Green+Blue) = 199+127+190=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBE is #388041. Grayscale: #9B9B9B. Windows color (decimal): -3702850 or 12484551. OLE color: 12484551.

HSL color Cylindrical-coordinate representation of color #C77FBE: hue angle of 307.5º 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 #C77FBE is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199127190-
CMYK00.360.050.22
HSL307.5º39.13%63.92%-
HSV(B)307.5º36.18%78.04%-
XYZ40.4431.0452.57-
YUV155.71147.35158.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.57%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 190 (74.61% from 255) = 36.82%
R=38.57%
G=24.61%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912719000.360.050.22307.539.1363.92
HexC77FBE0245161342740
Octal30717727604452646447100
Binary110001111111111101111100100100101101101001101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FBE; }

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

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

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

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

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

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

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

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