#C47ACC

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

Shades of Orchid #C47ACC

Tints of Orchid #C47ACC

Color information

#C47ACC (or 0xC47ACC) is unknown color: approx Orchid. HEX triplet: C4, 7A and CC. RGB value is (196,122,204). Sum of RGB (Red+Green+Blue) = 196+122+204=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 122 (48.05% from 255 or 23.37% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ACC is #3B8533. Grayscale: #999999. Windows color (decimal): -3900724 or 13400772. OLE color: 13400772.

HSL color Cylindrical-coordinate representation of color #C47ACC: hue angle of 294.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47ACC is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196122204-
CMYK0.040.4000.2
HSL294.15º44.57%63.92%-
HSV(B)294.15º40.2%80%-
XYZ40.6230.0160.78-
YUV153.47156.52158.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.55%
GREEN value IS 122 (48.05% from 255) = 23.37%
BLUE value IS 204 (80.08% from 255) = 39.08%
R=37.55%
G=23.37%
B=39.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961222040.040.4000.2294.1544.5763.92
HexC47ACC4280141262d40
Octal30417231445002444655100
Binary110001001111010110011001001010000101001001001101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47ACC; }

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

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

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

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

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

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

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

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