Html Css Color HEX #D23EF1 Medium Orchid

📋 copy color: '#D23EF1'

red 210 ◦ green 62 ◦ blue 241

#D23EF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #D23EF1

Tints of Medium Orchid #D23EF1

RGB

 RED value IS 210 (82.42% from 255) = 40.94%

 GREEN value IS 62 (24.61% from 255) = 12.09%

 BLUE value IS 241 (94.53% from 255) = 46.98%

R = 40.94%
G = 12.09%
B = 46.98%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D23EF1 (or 0xD23EF1) is known color: Medium Orchid. HEX triplet: D2, 3E and F1. RGB value is (210,62,241). Sum of RGB (Red+Green+Blue) = 210+62+241=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 62 (24.61% from 255 or 12.09% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #D23EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23EF1 is #2DC10E. Grayscale: #7E7E7E. Windows color (decimal): -2998543 or 15810258. OLE color: 15810258.

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

Color convert

RGB 210 62 241 -
CMYK 0.13 0.74 0 0.05
HSL 289.61º 0.86% 0.59% -
HSV(B) 289.61º 0.74% 0.95% -
XYZ 44.18 23.5 85.43 -
YUV 126.66 192.53 187.45 -
System Red Green Blue C M Y K H S L
Decimal 210 62 241 0.13 0.74 0 0.05 289.61 0.86 0.59
Hex D2 3E F1 D 4A 0 5 122 56 3B
Octal 322 76 361 15 112 0 5 442 126 73
Binary 11010010 111110 11110001 1101 1001010 0 101 100100010 1010110 111011

Color Harmonies of #D23EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23EF1

Black with #D23EF1

Text Example


Text Example

White with #D23EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23EF1; }

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

 H1.HeaderClassName
 {
   color: #D23EF1;
 }
 .AnyTagClassName
 {
   color: #D23EF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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