#C47DC1

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

Shades of Orchid #C47DC1

Tints of Orchid #C47DC1

Color information

#C47DC1 (or 0xC47DC1) is unknown color: approx Orchid. HEX triplet: C4, 7D and C1. RGB value is (196,125,193). Sum of RGB (Red+Green+Blue) = 196+125+193=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DC1 is #3B823E. Grayscale: #999999. Windows color (decimal): -3899967 or 12680644. OLE color: 12680644.

HSL color Cylindrical-coordinate representation of color #C47DC1: hue angle of 302.54º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DC1 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196125193-
CMYK00.360.020.23
HSL302.54º37.57%62.94%-
HSV(B)302.54º36.22%76.86%-
XYZ39.7230.2554.2-
YUV153.98150.02157.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.13%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 193 (75.78% from 255) = 37.55%
R=38.13%
G=24.32%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612519300.360.020.23302.5437.5762.94
HexC47DC102421712f263f
Octal3041753010442274574677
Binary1100010011111011100000101001001010111100101111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DC1; }

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

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

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

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

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

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

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

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