#C47DD1

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

Shades of Orchid #C47DD1

Tints of Orchid #C47DD1

Color information

#C47DD1 (or 0xC47DD1) is unknown color: approx Orchid. HEX triplet: C4, 7D and D1. RGB value is (196,125,209). Sum of RGB (Red+Green+Blue) = 196+125+209=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 125 (49.22% from 255 or 23.58% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #C47DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DD1 is #3B822E. Grayscale: #9B9B9B. Windows color (decimal): -3899951 or 13729220. OLE color: 13729220.

HSL color Cylindrical-coordinate representation of color #C47DD1: hue angle of 290.71º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C47DD1 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196125209-
CMYK0.060.4000.18
HSL290.71º47.73%65.49%-
HSV(B)290.71º40.19%81.96%-
XYZ41.6131.0164.11-
YUV155.8158.02156.67-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 125 (49.22% from 255) = 23.58%
BLUE value IS 209 (82.03% from 255) = 39.43%
R=36.98%
G=23.58%
B=39.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961252090.060.4000.18290.7147.7365.49
HexC47DD16280121233041
Octal30417532165002244360101
Binary110001001111101110100011101010000100101001000111100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DD1; }

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

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

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

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

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

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

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

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