#C77FCB

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

Shades of Orchid #C77FCB

Tints of Orchid #C77FCB

Color information

#C77FCB (or 0xC77FCB) is unknown color: approx Orchid. HEX triplet: C7, 7F and CB. RGB value is (199,127,203). Sum of RGB (Red+Green+Blue) = 199+127+203=529 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.62% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 203 - color contains mainly: blue. Hex color #C77FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FCB is #388034. Grayscale: #9C9C9C. Windows color (decimal): -3702837 or 13336519. OLE color: 13336519.

HSL color Cylindrical-coordinate representation of color #C77FCB: hue angle of 296.84º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C77FCB is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB199127203-
CMYK0.020.3700.20
HSL296.84º42.22%64.71%-
HSV(B)296.84º37.44%79.61%-
XYZ41.9231.6360.4-
YUV157.19153.85157.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 37.62%
GREEN value IS 127 (50% from 255) = 24.01%
BLUE value IS 203 (79.69% from 255) = 38.37%
R=37.62%
G=24.01%
B=38.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1991272030.020.3700.20296.8442.2264.71
HexC77FCB2250141292a41
Octal30717731324502445152101
Binary11000111111111111001011101001010101001001010011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77FCB; }

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

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

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

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

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

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

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

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