Html Css Color HEX #D24CEF Medium Orchid

📋 copy color: '#D24CEF'

red 210 ◦ green 76 ◦ blue 239

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

Shades of Medium Orchid #D24CEF

Tints of Medium Orchid #D24CEF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.48%

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

R = 40%
G = 14.48%
B = 45.52%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D24CEF (or 0xD24CEF) is known color: Medium Orchid. HEX triplet: D2, 4C and EF. RGB value is (210,76,239). Sum of RGB (Red+Green+Blue) = 210+76+239=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 76 (30.08% from 255 or 14.48% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #D24CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24CEF is #2DB310. Grayscale: #868686. Windows color (decimal): -2994961 or 15682770. OLE color: 15682770.

HSL color Cylindrical-coordinate representation of color #D24CEF: hue angle of 289.33º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24CEF is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 76 239 -
CMYK 0.12 0.68 0 0.06
HSL 289.33º 0.84% 0.62% -
HSV(B) 289.33º 0.68% 0.94% -
XYZ 44.74 25.1 84.15 -
YUV 134.65 186.89 181.75 -
System Red Green Blue C M Y K H S L
Decimal 210 76 239 0.12 0.68 0 0.06 289.33 0.84 0.62
Hex D2 4C EF C 44 0 6 121 54 3E
Octal 322 114 357 14 104 0 6 441 124 76
Binary 11010010 1001100 11101111 1100 1000100 0 110 100100001 1010100 111110

Color Harmonies of #D24CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24CEF

Black with #D24CEF

Text Example


Text Example

White with #D24CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24CEF; }

 p { color: rgb(210,76,239); }

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

background-color css

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

 a { background-color: rgb(210,76,239); }

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

border-color css

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

 span { border-color: rgb(210,76,239); }

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