#C47DCE

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

Shades of Orchid #C47DCE

Tints of Orchid #C47DCE

Color information

#C47DCE (or 0xC47DCE) is unknown color: approx Orchid. HEX triplet: C4, 7D and CE. RGB value is (196,125,206). Sum of RGB (Red+Green+Blue) = 196+125+206=527 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.19% from 527); Green value is 125 (49.22% from 255 or 23.72% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C47DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DCE is #3B8231. Grayscale: #9B9B9B. Windows color (decimal): -3899954 or 13532612. OLE color: 13532612.

HSL color Cylindrical-coordinate representation of color #C47DCE: hue angle of 292.59º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C47DCE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB196125206-
CMYK0.050.3900.19
HSL292.59º45.25%64.9%-
HSV(B)292.59º39.32%80.78%-
XYZ41.2430.8662.18-
YUV155.46156.52156.91-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.19%
GREEN value IS 125 (49.22% from 255) = 23.72%
BLUE value IS 206 (80.86% from 255) = 39.09%
R=37.19%
G=23.72%
B=39.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1961252060.050.3900.19292.5945.2564.9
HexC47DCE5270131252d41
Octal30417531654702344555101
Binary110001001111101110011101011001110100111001001011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DCE; }

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

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

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

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

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

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

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

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