#C47DCD

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

Shades of Orchid #C47DCD

Tints of Orchid #C47DCD

Color information

#C47DCD (or 0xC47DCD) is unknown color: approx Orchid. HEX triplet: C4, 7D and CD. RGB value is (196,125,205). Sum of RGB (Red+Green+Blue) = 196+125+205=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 125 (49.22% from 255 or 23.76% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C47DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCD is #3B8232. Grayscale: #9B9B9B. Windows color (decimal): -3899955 or 13467076. OLE color: 13467076.

HSL color Cylindrical-coordinate representation of color #C47DCD: hue angle of 293.25º 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 #C47DCD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196125205-
CMYK0.040.3900.20
HSL293.25º44.44%64.71%-
HSV(B)293.25º39.02%80.39%-
XYZ41.1230.8161.54-
YUV155.35156.02157-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.26%
GREEN value IS 125 (49.22% from 255) = 23.76%
BLUE value IS 205 (80.47% from 255) = 38.97%
R=37.26%
G=23.76%
B=38.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961252050.040.3900.20293.2544.4464.71
HexC47DCD4270141252c41
Octal30417531544702444554101
Binary110001001111101110011011001001110101001001001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DCD; }

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

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

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

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

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

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

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

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