#d13cff

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

Shades of Medium Orchid #D13CFF

Tints of Medium Orchid #D13CFF

Color information

#D13CFF (or 0xD13CFF) is unknown color: approx Medium Orchid. HEX triplet: D1, 3C and FF. RGB value is (209,60,255). Sum of RGB (Red+Green+Blue) = 209+60+255=524 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.89% from 524); Green value is 60 (23.83% from 255 or 11.45% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #D13CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CFF is #2EC300. Grayscale: #7E7E7E. Windows color (decimal): -3064577 or 16727249. OLE color: 16727249.

HSL color Cylindrical-coordinate representation of color #D13CFF: hue angle of 285.85º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13CFF is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB20960255-
CMYK0.180.7600
HSL285.85º100%61.76%-
HSV(B)285.85º76.47%100%-
XYZ45.9624.0196.82-
YUV126.78200.36186.64-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 39.89%
GREEN value IS 60 (23.83% from 255) = 11.45%
BLUE value IS 255 (100% from 255) = 48.66%
R=39.89%
G=11.45%
B=48.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209602550.180.7600285.8510061.76
HexD13CFF124C0011e643e
Octal32174377221140043614476
Binary1101000111110011111111100101001100001000111101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13cff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13cff; }

 p { color: rgb(209,60,255); }

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

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

 a { background-color: rgb(209,60,255); }

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

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

 span { border-color: rgb(209,60,255); }

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