#C47DCC

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

Shades of Orchid #C47DCC

Tints of Orchid #C47DCC

Color information

#C47DCC (or 0xC47DCC) is unknown color: approx Orchid. HEX triplet: C4, 7D and CC. RGB value is (196,125,204). Sum of RGB (Red+Green+Blue) = 196+125+204=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 125 (49.22% from 255 or 23.81% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #C47DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCC is #3B8233. Grayscale: #9A9A9A. Windows color (decimal): -3899956 or 13401540. OLE color: 13401540.

HSL color Cylindrical-coordinate representation of color #C47DCC: hue angle of 293.92º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47DCC is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196125204-
CMYK0.040.3900.2
HSL293.92º43.65%64.51%-
HSV(B)293.92º38.73%80%-
XYZ4130.7660.9-
YUV155.23155.52157.08-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.33%
GREEN value IS 125 (49.22% from 255) = 23.81%
BLUE value IS 204 (80.08% from 255) = 38.86%
R=37.33%
G=23.81%
B=38.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961252040.040.3900.2293.9243.6564.51
HexC47DCC4270141262c41
Octal30417531444702444654101
Binary110001001111101110011001001001110101001001001101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DCC; }

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

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

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

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

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

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

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

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