#C47AD6

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

Shades of Orchid #C47AD6

Tints of Orchid #C47AD6

Color information

#C47AD6 (or 0xC47AD6) is unknown color: approx Orchid. HEX triplet: C4, 7A and D6. RGB value is (196,122,214). Sum of RGB (Red+Green+Blue) = 196+122+214=532 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.84% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #C47AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AD6 is #3B8529. Grayscale: #9A9A9A. Windows color (decimal): -3900714 or 14056132. OLE color: 14056132.

HSL color Cylindrical-coordinate representation of color #C47AD6: hue angle of 288.26º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C47AD6 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196122214-
CMYK0.080.4300.16
HSL288.26º52.87%65.88%-
HSV(B)288.26º42.99%83.92%-
XYZ41.8630.5167.3-
YUV154.61161.52157.52-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.84%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 214 (83.98% from 255) = 40.23%
R=36.84%
G=22.93%
B=40.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961222140.080.4300.16288.2652.8765.88
HexC47AD682B0101203542
Octal304172326105302044065102
Binary1100010011110101101011010001010110100001001000001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47AD6; }

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

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

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

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

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

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

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

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