Html Css Color HEX #D252ED Medium Orchid

📋 copy color: '#D252ED'

red 210 ◦ green 82 ◦ blue 237

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

Shades of Medium Orchid #D252ED

Tints of Medium Orchid #D252ED

RGB

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

 GREEN value IS 82 (32.42% from 255) = 15.5%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 39.7%
G = 15.5%
B = 44.8%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D252ED (or 0xD252ED) is known color: Medium Orchid. HEX triplet: D2, 52 and ED. RGB value is (210,82,237). Sum of RGB (Red+Green+Blue) = 210+82+237=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #D252ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252ED is #2DAD12. Grayscale: #898989. Windows color (decimal): -2993427 or 15553234. OLE color: 15553234.

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

Color convert

RGB 210 82 237 -
CMYK 0.11 0.65 0 0.07
HSL 289.55º 0.81% 0.63% -
HSV(B) 289.55º 0.65% 0.93% -
XYZ 44.88 25.85 82.74 -
YUV 137.94 183.91 179.4 -
System Red Green Blue C M Y K H S L
Decimal 210 82 237 0.11 0.65 0 0.07 289.55 0.81 0.63
Hex D2 52 ED B 41 0 7 122 51 3F
Octal 322 122 355 13 101 0 7 442 121 77
Binary 11010010 1010010 11101101 1011 1000001 0 111 100100010 1010001 111111

Color Harmonies of #D252ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252ED

Black with #D252ED

Text Example


Text Example

White with #D252ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252ED; }

 p { color: rgb(210,82,237); }

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

background-color css

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

 a { background-color: rgb(210,82,237); }

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

border-color css

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

 span { border-color: rgb(210,82,237); }

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