Html Css Color HEX #D254EF Medium Orchid

📋 copy color: '#D254EF'

red 210 ◦ green 84 ◦ blue 239

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

Shades of Medium Orchid #D254EF

Tints of Medium Orchid #D254EF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 15.76%

 BLUE value IS 239 (93.75% from 255) = 44.84%

R = 39.4%
G = 15.76%
B = 44.84%

CMYK

 C value IS 0.12

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D254EF (or 0xD254EF) is known color: Medium Orchid. HEX triplet: D2, 54 and EF. RGB value is (210,84,239). Sum of RGB (Red+Green+Blue) = 210+84+239=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 84 (33.20% from 255 or 15.76% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #D254EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D254EF is #2DAB10. Grayscale: #8A8A8A. Windows color (decimal): -2992913 or 15684818. OLE color: 15684818.

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

Color convert

RGB 210 84 239 -
CMYK 0.12 0.65 0 0.06
HSL 288.77º 0.83% 0.63% -
HSV(B) 288.77º 0.65% 0.94% -
XYZ 45.33 26.27 84.34 -
YUV 139.34 184.24 178.4 -
System Red Green Blue C M Y K H S L
Decimal 210 84 239 0.12 0.65 0 0.06 288.77 0.83 0.63
Hex D2 54 EF C 41 0 6 121 53 3F
Octal 322 124 357 14 101 0 6 441 123 77
Binary 11010010 1010100 11101111 1100 1000001 0 110 100100001 1010011 111111

Color Harmonies of #D254EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D254EF

Black with #D254EF

Text Example


Text Example

White with #D254EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D254EF; }

 p { color: rgb(210,84,239); }

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

background-color css

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

 a { background-color: rgb(210,84,239); }

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

border-color css

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

 span { border-color: rgb(210,84,239); }

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