#C47FD3

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

Shades of Orchid #C47FD3

Tints of Orchid #C47FD3

Color information

#C47FD3 (or 0xC47FD3) is unknown color: approx Orchid. HEX triplet: C4, 7F and D3. RGB value is (196,127,211). Sum of RGB (Red+Green+Blue) = 196+127+211=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 127 (50% from 255 or 23.78% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #C47FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FD3 is #3B802C. Grayscale: #9C9C9C. Windows color (decimal): -3899437 or 13860804. OLE color: 13860804.

HSL color Cylindrical-coordinate representation of color #C47FD3: hue angle of 289.29º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47FD3 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB196127211-
CMYK0.070.4000.17
HSL289.29º48.84%66.27%-
HSV(B)289.29º39.81%82.75%-
XYZ42.1131.6265.51-
YUV157.21158.36155.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 127 (50% from 255) = 23.78%
BLUE value IS 211 (82.81% from 255) = 39.51%
R=36.70%
G=23.78%
B=39.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1961272110.070.4000.17289.2948.8466.27
HexC47FD37280111213142
Octal30417732375002144161102
Binary110001001111111110100111111010000100011001000011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FD3; }

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

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

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

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

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

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

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

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