#C77FBD

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

Shades of Orchid #C77FBD

Tints of Orchid #C77FBD

Color information

#C77FBD (or 0xC77FBD) is unknown color: approx Orchid. HEX triplet: C7, 7F and BD. RGB value is (199,127,189). Sum of RGB (Red+Green+Blue) = 199+127+189=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 127 (50% from 255 or 24.66% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBD is #388042. Grayscale: #9B9B9B. Windows color (decimal): -3702851 or 12419015. OLE color: 12419015.

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

Color convert

RGB199127189-
CMYK00.360.050.22
HSL308.33º39.13%63.92%-
HSV(B)308.33º36.18%78.04%-
XYZ40.3330.9952-
YUV155.6146.85158.96-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.64%
GREEN value IS 127 (50% from 255) = 24.66%
BLUE value IS 189 (74.22% from 255) = 36.70%
R=38.64%
G=24.66%
B=36.70%

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
Decimal19912718900.360.050.22308.3339.1363.92
HexC77FBD0245161342740
Octal30717727504452646447100
Binary110001111111111101111010100100101101101001101001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FBD; }

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

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

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

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

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

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

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

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