#C47FD0

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

Shades of Orchid #C47FD0

Tints of Orchid #C47FD0

Color information

#C47FD0 (or 0xC47FD0) is unknown color: approx Orchid. HEX triplet: C4, 7F and D0. RGB value is (196,127,208). Sum of RGB (Red+Green+Blue) = 196+127+208=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 208 - color contains mainly: blue. Hex color #C47FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FD0 is #3B802F. Grayscale: #9C9C9C. Windows color (decimal): -3899440 or 13664196. OLE color: 13664196.

HSL color Cylindrical-coordinate representation of color #C47FD0: hue angle of 291.11º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47FD0 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196127208-
CMYK0.060.3900.18
HSL291.11º46.29%65.69%-
HSV(B)291.11º38.94%81.57%-
XYZ41.7431.4763.55-
YUV156.86156.86155.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 127 (50% from 255) = 23.92%
BLUE value IS 208 (81.64% from 255) = 39.17%
R=36.91%
G=23.92%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961272080.060.3900.18291.1146.2965.69
HexC47FD06270121232e42
Octal30417732064702244356102
Binary110001001111111110100001101001110100101001000111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FD0; }

 p { color: rgb(196,127,208); }

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

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

 a { background-color: rgb(196,127,208); }

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

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

 span { border-color: rgb(196,127,208); }

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