#C47DCB

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

Shades of Orchid #C47DCB

Tints of Orchid #C47DCB

Color information

#C47DCB (or 0xC47DCB) is unknown color: approx Orchid. HEX triplet: C4, 7D and CB. RGB value is (196,125,203). Sum of RGB (Red+Green+Blue) = 196+125+203=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 125 (49.22% from 255 or 23.85% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 203 - color contains mainly: blue. Hex color #C47DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCB is #3B8234. Grayscale: #9A9A9A. Windows color (decimal): -3899957 or 13336004. OLE color: 13336004.

HSL color Cylindrical-coordinate representation of color #C47DCB: hue angle of 294.62º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C47DCB is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196125203-
CMYK0.030.3800.20
HSL294.62º42.86%64.31%-
HSV(B)294.62º38.42%79.61%-
XYZ40.8830.7160.27-
YUV155.12155.02157.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.40%
GREEN value IS 125 (49.22% from 255) = 23.85%
BLUE value IS 203 (79.69% from 255) = 38.74%
R=37.40%
G=23.85%
B=38.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961252030.030.3800.20294.6242.8664.31
HexC47DCB3260141272b40
Octal30417531334602444753100
Binary11000100111110111001011111001100101001001001111010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DCB; }

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

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

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

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

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

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

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

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