#C47ABF

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

Shades of Orchid #C47ABF

Tints of Orchid #C47ABF

Color information

#C47ABF (or 0xC47ABF) is unknown color: approx Orchid. HEX triplet: C4, 7A and BF. RGB value is (196,122,191). Sum of RGB (Red+Green+Blue) = 196+122+191=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 122 (48.05% from 255 or 23.97% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABF is #3B8540. Grayscale: #979797. Windows color (decimal): -3900737 or 12548804. OLE color: 12548804.

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

Color convert

RGB196122191-
CMYK00.380.030.23
HSL304.05º38.54%62.35%-
HSV(B)304.05º37.76%76.86%-
XYZ39.1329.4252.91-
YUV151.99150.02159.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.51%
GREEN value IS 122 (48.05% from 255) = 23.97%
BLUE value IS 191 (75% from 255) = 37.52%
R=38.51%
G=23.97%
B=37.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612219100.380.030.23304.0538.5462.35
HexC47ABF026317130273e
Octal3041722770463274604776
Binary1100010011110101011111101001101110111100110000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ABF; }

 p { color: rgb(196,122,191); }

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

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

 a { background-color: rgb(196,122,191); }

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

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

 span { border-color: rgb(196,122,191); }

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