#D241FC

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

Shades of Medium Orchid #D241FC

Tints of Medium Orchid #D241FC

Color information

#D241FC (or 0xD241FC) is unknown color: approx Medium Orchid. HEX triplet: D2, 41 and FC. RGB value is (210,65,252). Sum of RGB (Red+Green+Blue) = 210+65+252=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 65 (25.78% from 255 or 12.33% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #D241FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D241FC is #2DBE03. Grayscale: #818181. Windows color (decimal): -2997764 or 16531922. OLE color: 16531922.

HSL color Cylindrical-coordinate representation of color #D241FC: hue angle of 286.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D241FC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB21065252-
CMYK0.170.7400.01
HSL286.52º96.89%62.16%-
HSV(B)286.52º74.21%98.82%-
XYZ46.0424.5194.4-
YUV129.67197.04185.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.85%
GREEN value IS 65 (25.78% from 255) = 12.33%
BLUE value IS 252 (98.83% from 255) = 47.82%
R=39.85%
G=12.33%
B=47.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal210652520.170.7400.01286.5296.8962.16
HexD241FC114A0111f613e
Octal322101374211120143714176
Binary11010010100000111111100100011001010011000111111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D241FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D241FC; }

 p { color: rgb(210,65,252); }

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

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

 a { background-color: rgb(210,65,252); }

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

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

 span { border-color: rgb(210,65,252); }

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