#C47CD2

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

Shades of Orchid #C47CD2

Tints of Orchid #C47CD2

Color information

#C47CD2 (or 0xC47CD2) is unknown color: approx Orchid. HEX triplet: C4, 7C and D2. RGB value is (196,124,210). Sum of RGB (Red+Green+Blue) = 196+124+210=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #C47CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CD2 is #3B832D. Grayscale: #9B9B9B. Windows color (decimal): -3900206 or 13794500. OLE color: 13794500.

HSL color Cylindrical-coordinate representation of color #C47CD2: hue angle of 290.23º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C47CD2 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196124210-
CMYK0.070.4100.18
HSL290.23º48.86%65.49%-
HSV(B)290.23º40.95%82.35%-
XYZ41.6130.864.73-
YUV155.33158.85157.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.98%
GREEN value IS 124 (48.83% from 255) = 23.40%
BLUE value IS 210 (82.42% from 255) = 39.62%
R=36.98%
G=23.40%
B=39.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961242100.070.4100.18290.2348.8665.49
HexC47CD27290121223141
Octal30417432275102244261101
Binary110001001111100110100101111010010100101001000101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47CD2; }

 p { color: rgb(196,124,210); }

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

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

 a { background-color: rgb(196,124,210); }

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

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

 span { border-color: rgb(196,124,210); }

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