#D02FEC

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

Shades of Medium Orchid #D02FEC

Tints of Medium Orchid #D02FEC

Color information

#D02FEC (or 0xD02FEC) is unknown color: approx Medium Orchid. HEX triplet: D0, 2F and EC. RGB value is (208,47,236). Sum of RGB (Red+Green+Blue) = 208+47+236=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #D02FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D02FEC is #2FD013. Grayscale: #747474. Windows color (decimal): -3133460 or 15478736. OLE color: 15478736.

HSL color Cylindrical-coordinate representation of color #D02FEC: hue angle of 291.11º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02FEC is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB20847236-
CMYK0.120.8000.07
HSL291.11º83.26%55.49%-
HSV(B)291.11º80.08%92.55%-
XYZ42.1721.581.28-
YUV116.68195.34193.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 47 (18.75% from 255) = 9.57%
BLUE value IS 236 (92.58% from 255) = 48.07%
R=42.36%
G=9.57%
B=48.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal208472360.120.8000.07291.1183.2655.49
HexD02FECC50071235337
Octal32057354141200744312367
Binary11010000101111111011001100101000001111001000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02FEC; }

 p { color: rgb(208,47,236); }

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

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

 a { background-color: rgb(208,47,236); }

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

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

 span { border-color: rgb(208,47,236); }

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