#C47ABC

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

Shades of Orchid #C47ABC

Tints of Orchid #C47ABC

Color information

#C47ABC (or 0xC47ABC) is unknown color: approx Orchid. HEX triplet: C4, 7A and BC. RGB value is (196,122,188). Sum of RGB (Red+Green+Blue) = 196+122+188=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 188 (73.83% from 255 or 37.15% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABC is #3B8543. Grayscale: #979797. Windows color (decimal): -3900740 or 12352196. OLE color: 12352196.

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

Color convert

RGB196122188-
CMYK00.380.040.23
HSL306.49º38.54%62.35%-
HSV(B)306.49º37.76%76.86%-
XYZ38.829.2951.18-
YUV151.65148.52159.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 188 (73.83% from 255) = 37.15%
R=38.74%
G=24.11%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612218800.380.040.23306.4938.5462.35
HexC47ABC026417132273e
Octal3041722740464274624776
Binary11000100111101010111100010011010010111100110010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ABC; }

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

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

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

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

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

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

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

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