Html Css Color HEX #D24FF0 Medium Orchid

📋 copy color: '#D24FF0'

red 210 ◦ green 79 ◦ blue 240

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

Shades of Medium Orchid #D24FF0

Tints of Medium Orchid #D24FF0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 14.93%

 BLUE value IS 240 (94.14% from 255) = 45.37%

R = 39.7%
G = 14.93%
B = 45.37%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D24FF0 (or 0xD24FF0) is known color: Medium Orchid. HEX triplet: D2, 4F and F0. RGB value is (210,79,240). Sum of RGB (Red+Green+Blue) = 210+79+240=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 79 (31.25% from 255 or 14.93% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #D24FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FF0 is #2DB00F. Grayscale: #888888. Windows color (decimal): -2994192 or 15749074. OLE color: 15749074.

HSL color Cylindrical-coordinate representation of color #D24FF0: hue angle of 288.82º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24FF0 is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 79 240 -
CMYK 0.12 0.67 0 0.06
HSL 288.82º 0.84% 0.63% -
HSV(B) 288.82º 0.67% 0.94% -
XYZ 45.1 25.58 85 -
YUV 136.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 210 79 240 0.12 0.67 0 0.06 288.82 0.84 0.63
Hex D2 4F F0 C 43 0 6 121 54 3F
Octal 322 117 360 14 103 0 6 441 124 77
Binary 11010010 1001111 11110000 1100 1000011 0 110 100100001 1010100 111111

Color Harmonies of #D24FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24FF0

Black with #D24FF0

Text Example


Text Example

White with #D24FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24FF0; }

 p { color: rgb(210,79,240); }

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

background-color css

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

 a { background-color: rgb(210,79,240); }

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

border-color css

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

 span { border-color: rgb(210,79,240); }

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