Html Css Color HEX #D052E1 Medium Orchid

📋 copy color: '#D052E1'

red 208 ◦ green 82 ◦ blue 225

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

Shades of Medium Orchid #D052E1

Tints of Medium Orchid #D052E1

RGB

 RED value IS 208 (81.64% from 255) = 40.39%

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

 BLUE value IS 225 (88.28% from 255) = 43.69%

R = 40.39%
G = 15.92%
B = 43.69%

CMYK

 C value IS 0.08

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D052E1 (or 0xD052E1) is known color: Medium Orchid. HEX triplet: D0, 52 and E1. RGB value is (208,82,225). Sum of RGB (Red+Green+Blue) = 208+82+225=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 82 (32.42% from 255 or 15.92% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 225 - color contains mainly: blue. Hex color #D052E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052E1 is #2FAD1E. Grayscale: #878787. Windows color (decimal): -3124511 or 14766800. OLE color: 14766800.

HSL color Cylindrical-coordinate representation of color #D052E1: hue angle of 292.87º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D052E1 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 82 225 -
CMYK 0.08 0.64 0 0.12
HSL 292.87º 0.7% 0.6% -
HSV(B) 292.87º 0.64% 0.88% -
XYZ 42.62 24.88 73.79 -
YUV 135.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 208 82 225 0.08 0.64 0 0.12 292.87 0.7 0.6
Hex D0 52 E1 8 40 0 C 125 46 3C
Octal 320 122 341 10 100 0 14 445 106 74
Binary 11010000 1010010 11100001 1000 1000000 0 1100 100100101 1000110 111100

Color Harmonies of #D052E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052E1

Black with #D052E1

Text Example


Text Example

White with #D052E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052E1; }

 p { color: rgb(208,82,225); }

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

background-color css

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

 a { background-color: rgb(208,82,225); }

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

border-color css

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

 span { border-color: rgb(208,82,225); }

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