Html Css Color HEX #D24AEE Medium Orchid

📋 copy color: '#D24AEE'

red 210 ◦ green 74 ◦ blue 238

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

Shades of Medium Orchid #D24AEE

Tints of Medium Orchid #D24AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 40.23%
G = 14.18%
B = 45.59%

CMYK

 C value IS 0.12

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24AEE (or 0xD24AEE) is known color: Medium Orchid. HEX triplet: D2, 4A and EE. RGB value is (210,74,238). Sum of RGB (Red+Green+Blue) = 210+74+238=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 74 (29.30% from 255 or 14.18% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #D24AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEE is #2DB511. Grayscale: #848484. Windows color (decimal): -2995474 or 15616722. OLE color: 15616722.

HSL color Cylindrical-coordinate representation of color #D24AEE: hue angle of 289.76º degrees, saturation: 0.83, 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 #D24AEE is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 74 238 -
CMYK 0.12 0.69 0 0.07
HSL 289.76º 0.83% 0.61% -
HSV(B) 289.76º 0.69% 0.93% -
XYZ 44.46 24.77 83.33 -
YUV 133.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 210 74 238 0.12 0.69 0 0.07 289.76 0.83 0.61
Hex D2 4A EE C 45 0 7 122 53 3D
Octal 322 112 356 14 105 0 7 442 123 75
Binary 11010010 1001010 11101110 1100 1000101 0 111 100100010 1010011 111101

Color Harmonies of #D24AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AEE

Black with #D24AEE

Text Example


Text Example

White with #D24AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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