#C47ABE

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

Shades of Orchid #C47ABE

Tints of Orchid #C47ABE

Color information

#C47ABE (or 0xC47ABE) is unknown color: approx Orchid. HEX triplet: C4, 7A and BE. RGB value is (196,122,190). Sum of RGB (Red+Green+Blue) = 196+122+190=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABE is #3B8541. Grayscale: #979797. Windows color (decimal): -3900738 or 12483268. OLE color: 12483268.

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

Color convert

RGB196122190-
CMYK00.380.030.23
HSL304.86º38.54%62.35%-
HSV(B)304.86º37.76%76.86%-
XYZ39.0229.3752.33-
YUV151.88149.52159.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 122 (48.05% from 255) = 24.02%
BLUE value IS 190 (74.61% from 255) = 37.40%
R=38.58%
G=24.02%
B=37.40%

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
Decimal19612219000.380.030.23304.8638.5462.35
HexC47ABE026317131273e
Octal3041722760463274614776
Binary1100010011110101011111001001101110111100110001100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ABE; }

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

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

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

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

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

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

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

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