Html Css Color HEX #D24BEB Medium Orchid

📋 copy color: '#D24BEB'

red 210 ◦ green 75 ◦ blue 235

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

Shades of Medium Orchid #D24BEB

Tints of Medium Orchid #D24BEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.19%

R = 40.38%
G = 14.42%
B = 45.19%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D24BEB (or 0xD24BEB) is known color: Medium Orchid. HEX triplet: D2, 4B and EB. RGB value is (210,75,235). Sum of RGB (Red+Green+Blue) = 210+75+235=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 235 (92.19% from 255 or 45.19% from 520); Max value from RGB is 235 - color contains mainly: blue. Hex color #D24BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BEB is #2DB414. Grayscale: #858585. Windows color (decimal): -2995221 or 15420370. OLE color: 15420370.

HSL color Cylindrical-coordinate representation of color #D24BEB: hue angle of 290.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D24BEB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 75 235 -
CMYK 0.11 0.68 0 0.08
HSL 290.63º 0.8% 0.61% -
HSV(B) 290.63º 0.68% 0.92% -
XYZ 44.09 24.73 81.05 -
YUV 133.61 185.23 182.49 -
System Red Green Blue C M Y K H S L
Decimal 210 75 235 0.11 0.68 0 0.08 290.63 0.8 0.61
Hex D2 4B EB B 44 0 8 123 50 3D
Octal 322 113 353 13 104 0 10 443 120 75
Binary 11010010 1001011 11101011 1011 1000100 0 1000 100100011 1010000 111101

Color Harmonies of #D24BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BEB

Black with #D24BEB

Text Example


Text Example

White with #D24BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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