Html Css Color HEX #D23CFE Medium Orchid

📋 copy color: '#D23CFE'

red 210 ◦ green 60 ◦ blue 254

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

Shades of Medium Orchid #D23CFE

Tints of Medium Orchid #D23CFE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.45%

 BLUE value IS 254 (99.61% from 255) = 48.47%

R = 40.08%
G = 11.45%
B = 48.47%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D23CFE (or 0xD23CFE) is known color: Medium Orchid. HEX triplet: D2, 3C and FE. RGB value is (210,60,254). Sum of RGB (Red+Green+Blue) = 210+60+254=524 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.08% from 524); Green value is 60 (23.83% from 255 or 11.45% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #D23CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23CFE is #2DC301. Grayscale: #7E7E7E. Windows color (decimal): -2999042 or 16661714. OLE color: 16661714.

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

Color convert

RGB 210 60 254 -
CMYK 0.17 0.76 0 0.00
HSL 286.39º 0.99% 0.62% -
HSV(B) 286.39º 0.76% 1% -
XYZ 46.08 24.09 95.99 -
YUV 126.97 199.7 187.23 -
System Red Green Blue C M Y K H S L
Decimal 210 60 254 0.17 0.76 0 0.00 286.39 0.99 0.62
Hex D2 3C FE 11 4C 0 0 11E 63 3E
Octal 322 74 376 21 114 0 0 436 143 76
Binary 11010010 111100 11111110 10001 1001100 0 0 100011110 1100011 111110

Color Harmonies of #D23CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23CFE

Black with #D23CFE

Text Example


Text Example

White with #D23CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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