#C47BC8

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

Shades of Orchid #C47BC8

Tints of Orchid #C47BC8

Color information

#C47BC8 (or 0xC47BC8) is unknown color: approx Orchid. HEX triplet: C4, 7B and C8. RGB value is (196,123,200). Sum of RGB (Red+Green+Blue) = 196+123+200=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 123 (48.44% from 255 or 23.70% from 519); Blue value is 200 (78.52% from 255 or 38.54% from 519); Max value from RGB is 200 - color contains mainly: blue. Hex color #C47BC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BC8 is #3B8437. Grayscale: #999999. Windows color (decimal): -3900472 or 13138884. OLE color: 13138884.

HSL color Cylindrical-coordinate representation of color #C47BC8: hue angle of 296.88º degrees, saturation: 0.41, 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 #C47BC8 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB196123200-
CMYK0.020.3800.22
HSL296.88º41.18%63.33%-
HSV(B)296.88º38.5%78.43%-
XYZ40.2730.0758.33-
YUV153.61154.18158.24-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 123 (48.44% from 255) = 23.70%
BLUE value IS 200 (78.52% from 255) = 38.54%
R=37.76%
G=23.70%
B=38.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1961232000.020.3800.22296.8841.1863.33
HexC47BC8226016129293f
Octal3041733102460264515177
Binary1100010011110111100100010100110010110100101001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47BC8; }

 p { color: rgb(196,123,200); }

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

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

 a { background-color: rgb(196,123,200); }

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

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

 span { border-color: rgb(196,123,200); }

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