#C47FC1

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

Shades of Orchid #C47FC1

Tints of Orchid #C47FC1

Color information

#C47FC1 (or 0xC47FC1) is unknown color: approx Orchid. HEX triplet: C4, 7F and C1. RGB value is (196,127,193). Sum of RGB (Red+Green+Blue) = 196+127+193=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FC1 is #3B803E. Grayscale: #9A9A9A. Windows color (decimal): -3899455 or 12681156. OLE color: 12681156.

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

Color convert

RGB196127193-
CMYK00.350.020.23
HSL302.61º36.9%63.33%-
HSV(B)302.61º35.2%76.86%-
XYZ39.9830.7654.28-
YUV155.16149.36157.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 193 (75.78% from 255) = 37.40%
R=37.98%
G=24.61%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612719300.350.020.23302.6136.963.33
HexC47FC102321712f253f
Octal3041773010432274574577
Binary1100010011111111100000101000111010111100101111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FC1; }

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

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

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

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

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

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

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

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