Html Css Color HEX #D24BEC Medium Orchid

📋 copy color: '#D24BEC'

red 210 ◦ green 75 ◦ blue 236

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

Shades of Medium Orchid #D24BEC

Tints of Medium Orchid #D24BEC

RGB

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

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

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

R = 40.31%
G = 14.4%
B = 45.3%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D24BEC (or 0xD24BEC) is known color: Medium Orchid. HEX triplet: D2, 4B and EC. RGB value is (210,75,236). Sum of RGB (Red+Green+Blue) = 210+75+236=521 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.31% from 521); Green value is 75 (29.69% from 255 or 14.40% from 521); Blue value is 236 (92.58% from 255 or 45.30% from 521); Max value from RGB is 236 - color contains mainly: blue. Hex color #D24BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BEC is #2DB413. Grayscale: #858585. Windows color (decimal): -2995220 or 15485906. OLE color: 15485906.

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

Color convert

RGB 210 75 236 -
CMYK 0.11 0.68 0 0.07
HSL 290.31º 0.81% 0.61% -
HSV(B) 290.31º 0.68% 0.93% -
XYZ 44.23 24.79 81.81 -
YUV 133.72 185.73 182.41 -
System Red Green Blue C M Y K H S L
Decimal 210 75 236 0.11 0.68 0 0.07 290.31 0.81 0.61
Hex D2 4B EC B 44 0 7 122 51 3D
Octal 322 113 354 13 104 0 7 442 121 75
Binary 11010010 1001011 11101100 1011 1000100 0 111 100100010 1010001 111101

Color Harmonies of #D24BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24BEC

Black with #D24BEC

Text Example


Text Example

White with #D24BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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