Html Css Color HEX #D24BE9 Medium Orchid

📋 copy color: '#D24BE9'

red 210 ◦ green 75 ◦ blue 233

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

Shades of Medium Orchid #D24BE9

Tints of Medium Orchid #D24BE9

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.48%

 BLUE value IS 233 (91.41% from 255) = 44.98%

R = 40.54%
G = 14.48%
B = 44.98%

CMYK

 C value IS 0.10

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D24BE9 (or 0xD24BE9) is known color: Medium Orchid. HEX triplet: D2, 4B and E9. RGB value is (210,75,233). Sum of RGB (Red+Green+Blue) = 210+75+233=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 233 (91.41% from 255 or 44.98% from 518); Max value from RGB is 233 - color contains mainly: blue. Hex color #D24BE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BE9 is #2DB416. Grayscale: #848484. Windows color (decimal): -2995223 or 15289298. OLE color: 15289298.

HSL color Cylindrical-coordinate representation of color #D24BE9: hue angle of 291.27º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24BE9 is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 75 233 -
CMYK 0.10 0.68 0 0.09
HSL 291.27º 0.78% 0.6% -
HSV(B) 291.27º 0.68% 0.91% -
XYZ 43.8 24.62 79.53 -
YUV 133.38 184.23 182.65 -
System Red Green Blue C M Y K H S L
Decimal 210 75 233 0.10 0.68 0 0.09 291.27 0.78 0.6
Hex D2 4B E9 A 44 0 9 123 4E 3C
Octal 322 113 351 12 104 0 11 443 116 74
Binary 11010010 1001011 11101001 1010 1000100 0 1001 100100011 1001110 111100

Color Harmonies of #D24BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BE9

Black with #D24BE9

Text Example


Text Example

White with #D24BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BE9; }

 p { color: rgb(210,75,233); }

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

background-color css

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

 a { background-color: rgb(210,75,233); }

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

border-color css

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

 span { border-color: rgb(210,75,233); }

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