#C947DE

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

Shades of Medium Orchid #C947DE

Tints of Medium Orchid #C947DE

Color information

#C947DE (or 0xC947DE) is unknown color: approx Medium Orchid. HEX triplet: C9, 47 and DE. RGB value is (201,71,222). Sum of RGB (Red+Green+Blue) = 201+71+222=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 71 (28.12% from 255 or 14.37% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #C947DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947DE is #36B821. Grayscale: #7E7E7E. Windows color (decimal): -3586082 or 14567369. OLE color: 14567369.

HSL color Cylindrical-coordinate representation of color #C947DE: hue angle of 291.66º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C947DE is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB20171222-
CMYK0.090.6800.13
HSL291.66º69.59%57.45%-
HSV(B)291.66º68.02%87.06%-
XYZ39.5322.271.31-
YUV127.08181.57180.72-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 40.69%
GREEN value IS 71 (28.12% from 255) = 14.37%
BLUE value IS 222 (87.11% from 255) = 44.94%
R=40.69%
G=14.37%
B=44.94%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal201712220.090.6800.13291.6669.5957.45
HexC947DE9440D1244639
Octal3111073361110401544410671
Binary1100100110001111101111010011000100011011001001001000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C947DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C947DE; }

 p { color: rgb(201,71,222); }

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

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

 a { background-color: rgb(201,71,222); }

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

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

 span { border-color: rgb(201,71,222); }

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