#C47ABB

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

Shades of Orchid #C47ABB

Tints of Orchid #C47ABB

Color information

#C47ABB (or 0xC47ABB) is unknown color: approx Orchid. HEX triplet: C4, 7A and BB. RGB value is (196,122,187). Sum of RGB (Red+Green+Blue) = 196+122+187=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 122 (48.05% from 255 or 24.16% from 505); Blue value is 187 (73.44% from 255 or 37.03% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABB is #3B8544. Grayscale: #979797. Windows color (decimal): -3900741 or 12286660. OLE color: 12286660.

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

Color convert

RGB196122187-
CMYK00.380.050.23
HSL307.3º38.54%62.35%-
HSV(B)307.3º37.76%76.86%-
XYZ38.6929.2450.62-
YUV151.54148.02159.71-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 122 (48.05% from 255) = 24.16%
BLUE value IS 187 (73.44% from 255) = 37.03%
R=38.81%
G=24.16%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612218700.380.050.23307.338.5462.35
HexC47ABB026517133273e
Octal3041722730465274634776
Binary11000100111101010111011010011010110111100110011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ABB; }

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

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

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

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

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

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

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

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