Html Css Color HEX #D24AEC Medium Orchid

📋 copy color: '#D24AEC'

red 210 ◦ green 74 ◦ blue 236

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

Shades of Medium Orchid #D24AEC

Tints of Medium Orchid #D24AEC

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.23%

 BLUE value IS 236 (92.58% from 255) = 45.38%

R = 40.38%
G = 14.23%
B = 45.38%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24AEC (or 0xD24AEC) is known color: Medium Orchid. HEX triplet: D2, 4A and EC. RGB value is (210,74,236). Sum of RGB (Red+Green+Blue) = 210+74+236=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 74 (29.30% from 255 or 14.23% from 520); Blue value is 236 (92.58% from 255 or 45.38% from 520); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEC is #2DB513. Grayscale: #848484. Windows color (decimal): -2995476 or 15485650. OLE color: 15485650.

HSL color Cylindrical-coordinate representation of color #D24AEC: hue angle of 290.37º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24AEC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 74 236 -
CMYK 0.11 0.69 0 0.07
HSL 290.37º 0.81% 0.61% -
HSV(B) 290.37º 0.69% 0.93% -
XYZ 44.17 24.66 81.79 -
YUV 133.13 186.06 182.83 -
System Red Green Blue C M Y K H S L
Decimal 210 74 236 0.11 0.69 0 0.07 290.37 0.81 0.61
Hex D2 4A EC B 45 0 7 122 51 3D
Octal 322 112 354 13 105 0 7 442 121 75
Binary 11010010 1001010 11101100 1011 1000101 0 111 100100010 1010001 111101

Color Harmonies of #D24AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AEC

Black with #D24AEC

Text Example


Text Example

White with #D24AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AEC; }

 p { color: rgb(210,74,236); }

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

background-color css

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

 a { background-color: rgb(210,74,236); }

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

border-color css

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

 span { border-color: rgb(210,74,236); }

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