Html Css Color HEX #D43CEF Medium Orchid

📋 copy color: '#D43CEF'

red 212 ◦ green 60 ◦ blue 239

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

Shades of Medium Orchid #D43CEF

Tints of Medium Orchid #D43CEF

RGB

 RED value IS 212 (83.2% from 255) = 41.49%

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

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 41.49%
G = 11.74%
B = 46.77%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D43CEF (or 0xD43CEF) is known color: Medium Orchid. HEX triplet: D4, 3C and EF. RGB value is (212,60,239). Sum of RGB (Red+Green+Blue) = 212+60+239=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 60 (23.83% from 255 or 11.74% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #D43CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CEF is #2BC310. Grayscale: #7D7D7D. Windows color (decimal): -2867985 or 15678676. OLE color: 15678676.

HSL color Cylindrical-coordinate representation of color #D43CEF: hue angle of 290.95º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43CEF is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 212 60 239 -
CMYK 0.11 0.75 0 0.06
HSL 290.95º 0.85% 0.59% -
HSV(B) 290.95º 0.75% 0.94% -
XYZ 44.35 23.46 83.85 -
YUV 125.85 191.86 189.45 -
System Red Green Blue C M Y K H S L
Decimal 212 60 239 0.11 0.75 0 0.06 290.95 0.85 0.59
Hex D4 3C EF B 4B 0 6 123 55 3B
Octal 324 74 357 13 113 0 6 443 125 73
Binary 11010100 111100 11101111 1011 1001011 0 110 100100011 1010101 111011

Color Harmonies of #D43CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CEF

Black with #D43CEF

Text Example


Text Example

White with #D43CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CEF; }

 p { color: rgb(212,60,239); }

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

background-color css

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

 a { background-color: rgb(212,60,239); }

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

border-color css

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

 span { border-color: rgb(212,60,239); }

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