#C77CBE

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

Shades of Orchid #C77CBE

Tints of Orchid #C77CBE

Color information

#C77CBE (or 0xC77CBE) is unknown color: approx Orchid. HEX triplet: C7, 7C and BE. RGB value is (199,124,190). Sum of RGB (Red+Green+Blue) = 199+124+190=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 124 (48.83% from 255 or 24.17% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CBE is #388341. Grayscale: #999999. Windows color (decimal): -3703618 or 12483783. OLE color: 12483783.

HSL color Cylindrical-coordinate representation of color #C77CBE: hue angle of 307.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CBE is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB199124190-
CMYK00.380.050.22
HSL307.2º40.11%63.33%-
HSV(B)307.2º37.69%78.04%-
XYZ40.0630.2852.45-
YUV153.95148.35160.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.79%
GREEN value IS 124 (48.83% from 255) = 24.17%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=38.79%
G=24.17%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912419000.380.050.22307.240.1163.33
HexC77CBE026516133283f
Octal3071742760465264635077
Binary11000111111110010111110010011010110110100110011101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77CBE; }

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

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

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

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

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

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

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

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