#C477BB

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

Shades of Orchid #C477BB

Tints of Orchid #C477BB

Color information

#C477BB (or 0xC477BB) is unknown color: approx Orchid. HEX triplet: C4, 77 and BB. RGB value is (196,119,187). Sum of RGB (Red+Green+Blue) = 196+119+187=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 187 (73.44% from 255 or 37.25% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BB is #3B8844. Grayscale: #959595. Windows color (decimal): -3901509 or 12285892. OLE color: 12285892.

HSL color Cylindrical-coordinate representation of color #C477BB: hue angle of 307.01º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C477BB is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB196119187-
CMYK00.390.050.23
HSL307.01º39.49%61.76%-
HSV(B)307.01º39.29%76.86%-
XYZ38.3328.5250.5-
YUV149.78149.01160.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.04%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 187 (73.44% from 255) = 37.25%
R=39.04%
G=23.71%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611918700.390.050.23307.0139.4961.76
HexC477BB027517133273e
Octal3041672730475274634776
Binary11000100111011110111011010011110110111100110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477BB; }

 p { color: rgb(196,119,187); }

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

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

 a { background-color: rgb(196,119,187); }

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

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

 span { border-color: rgb(196,119,187); }

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