Html Css Color HEX #D24AEB Medium Orchid

📋 copy color: '#D24AEB'

red 210 ◦ green 74 ◦ blue 235

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

Shades of Medium Orchid #D24AEB

Tints of Medium Orchid #D24AEB

RGB

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

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

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

R = 40.46%
G = 14.26%
B = 45.28%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D24AEB (or 0xD24AEB) is known color: Medium Orchid. HEX triplet: D2, 4A and EB. RGB value is (210,74,235). Sum of RGB (Red+Green+Blue) = 210+74+235=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 235 (92.19% from 255 or 45.28% from 519); Max value from RGB is 235 - color contains mainly: blue. Hex color #D24AEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24AEB is #2DB514. Grayscale: #848484. Windows color (decimal): -2995477 or 15420114. OLE color: 15420114.

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

Color convert

RGB 210 74 235 -
CMYK 0.11 0.69 0 0.08
HSL 290.68º 0.8% 0.61% -
HSV(B) 290.68º 0.69% 0.92% -
XYZ 44.02 24.6 81.02 -
YUV 133.02 185.56 182.91 -
System Red Green Blue C M Y K H S L
Decimal 210 74 235 0.11 0.69 0 0.08 290.68 0.8 0.61
Hex D2 4A EB B 45 0 8 123 50 3D
Octal 322 112 353 13 105 0 10 443 120 75
Binary 11010010 1001010 11101011 1011 1000101 0 1000 100100011 1010000 111101

Color Harmonies of #D24AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24AEB

Black with #D24AEB

Text Example


Text Example

White with #D24AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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