#C477BC

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

Shades of Orchid #C477BC

Tints of Orchid #C477BC

Color information

#C477BC (or 0xC477BC) is unknown color: approx Orchid. HEX triplet: C4, 77 and BC. RGB value is (196,119,188). Sum of RGB (Red+Green+Blue) = 196+119+188=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 188 (73.83% from 255 or 37.38% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C477BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C477BC is #3B8843. Grayscale: #959595. Windows color (decimal): -3901508 or 12351428. OLE color: 12351428.

HSL color Cylindrical-coordinate representation of color #C477BC: hue angle of 306.23º 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 #C477BC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196119188-
CMYK00.390.040.23
HSL306.23º39.49%61.76%-
HSV(B)306.23º39.29%76.86%-
XYZ38.4428.5651.06-
YUV149.89149.51160.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 188 (73.83% from 255) = 37.38%
R=38.97%
G=23.66%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19611918800.390.040.23306.2339.4961.76
HexC477BC027417132273e
Octal3041672740474274624776
Binary11000100111011110111100010011110010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C477BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C477BC; }

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

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

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

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

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

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

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

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