Html Css Color HEX #D23DFC Medium Orchid

📋 copy color: '#D23DFC'

red 210 ◦ green 61 ◦ blue 252

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

Shades of Medium Orchid #D23DFC

Tints of Medium Orchid #D23DFC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 11.66%

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 40.15%
G = 11.66%
B = 48.18%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D23DFC (or 0xD23DFC) is known color: Medium Orchid. HEX triplet: D2, 3D and FC. RGB value is (210,61,252). Sum of RGB (Red+Green+Blue) = 210+61+252=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 61 (24.22% from 255 or 11.66% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #D23DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D23DFC is #2DC203. Grayscale: #7E7E7E. Windows color (decimal): -2998788 or 16530898. OLE color: 16530898.

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

Color convert

RGB 210 61 252 -
CMYK 0.17 0.76 0 0.01
HSL 286.81º 0.97% 0.61% -
HSV(B) 286.81º 0.76% 0.99% -
XYZ 45.82 24.07 94.33 -
YUV 127.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 210 61 252 0.17 0.76 0 0.01 286.81 0.97 0.61
Hex D2 3D FC 11 4C 0 1 11F 61 3D
Octal 322 75 374 21 114 0 1 437 141 75
Binary 11010010 111101 11111100 10001 1001100 0 1 100011111 1100001 111101

Color Harmonies of #D23DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23DFC

Black with #D23DFC

Text Example


Text Example

White with #D23DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23DFC; }

 p { color: rgb(210,61,252); }

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

background-color css

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

 a { background-color: rgb(210,61,252); }

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

border-color css

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

 span { border-color: rgb(210,61,252); }

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