Html Css Color HEX #D253EF Medium Orchid

📋 copy color: '#D253EF'

red 210 ◦ green 83 ◦ blue 239

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

Shades of Medium Orchid #D253EF

Tints of Medium Orchid #D253EF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 15.6%

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

R = 39.47%
G = 15.6%
B = 44.92%

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

#D253EF (or 0xD253EF) is known color: Medium Orchid. HEX triplet: D2, 53 and EF. RGB value is (210,83,239). Sum of RGB (Red+Green+Blue) = 210+83+239=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 239 (93.75% from 255 or 44.92% from 532); Max value from RGB is 239 - color contains mainly: blue. Hex color #D253EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D253EF is #2DAC10. Grayscale: #8A8A8A. Windows color (decimal): -2993169 or 15684562. OLE color: 15684562.

HSL color Cylindrical-coordinate representation of color #D253EF: hue angle of 288.85º 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 #D253EF is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 83 239 -
CMYK 0.12 0.65 0 0.06
HSL 288.85º 0.83% 0.63% -
HSV(B) 288.85º 0.65% 0.94% -
XYZ 45.25 26.12 84.32 -
YUV 138.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 210 83 239 0.12 0.65 0 0.06 288.85 0.83 0.63
Hex D2 53 EF C 41 0 6 121 53 3F
Octal 322 123 357 14 101 0 6 441 123 77
Binary 11010010 1010011 11101111 1100 1000001 0 110 100100001 1010011 111111

Color Harmonies of #D253EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D253EF

Black with #D253EF

Text Example


Text Example

White with #D253EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D253EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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