#D23CF1

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

Shades of Medium Orchid #D23CF1

Tints of Medium Orchid #D23CF1

Color information

#D23CF1 (or 0xD23CF1) is unknown color: approx Medium Orchid. HEX triplet: D2, 3C and F1. RGB value is (210,60,241). Sum of RGB (Red+Green+Blue) = 210+60+241=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 241 (94.53% from 255 or 47.16% from 511); Max value from RGB is 241 - color contains mainly: blue. Hex color #D23CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CF1 is #2DC30E. Grayscale: #7C7C7C. Windows color (decimal): -2999055 or 15809746. OLE color: 15809746.

HSL color Cylindrical-coordinate representation of color #D23CF1: hue angle of 289.72º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23CF1 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB21060241-
CMYK0.130.7500.05
HSL289.72º86.6%59.02%-
HSV(B)289.72º75.1%94.51%-
XYZ44.0723.2885.39-
YUV125.48193.2188.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.10%
GREEN value IS 60 (23.83% from 255) = 11.74%
BLUE value IS 241 (94.53% from 255) = 47.16%
R=41.10%
G=11.74%
B=47.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal210602410.130.7500.05289.7286.659.02
HexD23CF1D4B05122573b
Octal32274361151130544212773
Binary11010010111100111100011101100101101011001000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23CF1; }

 p { color: rgb(210,60,241); }

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

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

 a { background-color: rgb(210,60,241); }

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

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

 span { border-color: rgb(210,60,241); }

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