Html Css Color HEX #D24DEE Medium Orchid

📋 copy color: '#D24DEE'

red 210 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #D24DEE

Tints of Medium Orchid #D24DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 14.67%

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

R = 40%
G = 14.67%
B = 45.33%

CMYK

 C value IS 0.12

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24DEE (or 0xD24DEE) is known color: Medium Orchid. HEX triplet: D2, 4D and EE. RGB value is (210,77,238). Sum of RGB (Red+Green+Blue) = 210+77+238=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 77 (30.47% from 255 or 14.67% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #D24DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24DEE is #2DB211. Grayscale: #868686. Windows color (decimal): -2994706 or 15617490. OLE color: 15617490.

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

Color convert

RGB 210 77 238 -
CMYK 0.12 0.68 0 0.07
HSL 289.57º 0.83% 0.62% -
HSV(B) 289.57º 0.68% 0.93% -
XYZ 44.66 25.18 83.4 -
YUV 135.12 186.06 181.41 -
System Red Green Blue C M Y K H S L
Decimal 210 77 238 0.12 0.68 0 0.07 289.57 0.83 0.62
Hex D2 4D EE C 44 0 7 122 53 3E
Octal 322 115 356 14 104 0 7 442 123 76
Binary 11010010 1001101 11101110 1100 1000100 0 111 100100010 1010011 111110

Color Harmonies of #D24DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24DEE

Black with #D24DEE

Text Example


Text Example

White with #D24DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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