#C47DD5

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

Shades of Orchid #C47DD5

Tints of Orchid #C47DD5

Color information

#C47DD5 (or 0xC47DD5) is unknown color: approx Orchid. HEX triplet: C4, 7D and D5. RGB value is (196,125,213). Sum of RGB (Red+Green+Blue) = 196+125+213=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 213 (83.59% from 255 or 39.89% from 534); Max value from RGB is 213 - color contains mainly: blue. Hex color #C47DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DD5 is #3B822A. Grayscale: #9B9B9B. Windows color (decimal): -3899947 or 13991364. OLE color: 13991364.

HSL color Cylindrical-coordinate representation of color #C47DD5: hue angle of 288.41º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47DD5 is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB196125213-
CMYK0.080.4100.16
HSL288.41º51.16%66.27%-
HSV(B)288.41º41.31%83.53%-
XYZ42.1131.2166.75-
YUV156.26160.02156.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 125 (49.22% from 255) = 23.41%
BLUE value IS 213 (83.59% from 255) = 39.89%
R=36.70%
G=23.41%
B=39.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1961252130.080.4100.16288.4151.1666.27
HexC47DD58290101203342
Octal304175325105102044063102
Binary1100010011111011101010110001010010100001001000001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DD5; }

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

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

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

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

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

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

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

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