#C947FD

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

Shades of Medium Orchid #C947FD

Tints of Medium Orchid #C947FD

Color information

#C947FD (or 0xC947FD) is unknown color: approx Medium Orchid. HEX triplet: C9, 47 and FD. RGB value is (201,71,253). Sum of RGB (Red+Green+Blue) = 201+71+253=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 71 (28.12% from 255 or 13.52% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #C947FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C947FD is #36B802. Grayscale: #828282. Windows color (decimal): -3586051 or 16598985. OLE color: 16598985.

HSL color Cylindrical-coordinate representation of color #C947FD: hue angle of 282.86º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C947FD is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB20171253-
CMYK0.210.7200.01
HSL282.86º97.85%63.53%-
HSV(B)282.86º71.94%99.22%-
XYZ44.0724.0295.24-
YUV130.62197.07178.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.29%
GREEN value IS 71 (28.12% from 255) = 13.52%
BLUE value IS 253 (99.22% from 255) = 48.19%
R=38.29%
G=13.52%
B=48.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal201712530.210.7200.01282.8697.8563.53
HexC947FD15480111b6240
Octal3111073752511001433142100
Binary110010011000111111111011010110010000110001101111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C947FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C947FD; }

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

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

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

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

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

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

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

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