Html Css Color HEX #D052EE Medium Orchid

📋 copy color: '#D052EE'

red 208 ◦ green 82 ◦ blue 238

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

Shades of Medium Orchid #D052EE

Tints of Medium Orchid #D052EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 39.39%
G = 15.53%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D052EE (or 0xD052EE) is known color: Medium Orchid. HEX triplet: D0, 52 and EE. RGB value is (208,82,238). Sum of RGB (Red+Green+Blue) = 208+82+238=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 82 (32.42% from 255 or 15.53% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #D052EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052EE is #2FAD11. Grayscale: #888888. Windows color (decimal): -3124498 or 15618768. OLE color: 15618768.

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

Color convert

RGB 208 82 238 -
CMYK 0.13 0.66 0 0.07
HSL 288.46º 0.82% 0.63% -
HSV(B) 288.46º 0.66% 0.93% -
XYZ 44.46 25.62 83.49 -
YUV 137.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 208 82 238 0.13 0.66 0 0.07 288.46 0.82 0.63
Hex D0 52 EE D 42 0 7 120 52 3F
Octal 320 122 356 15 102 0 7 440 122 77
Binary 11010000 1010010 11101110 1101 1000010 0 111 100100000 1010010 111111

Color Harmonies of #D052EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052EE

Black with #D052EE

Text Example


Text Example

White with #D052EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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