Html Css Color HEX #D052EB Medium Orchid

📋 copy color: '#D052EB'

red 208 ◦ green 82 ◦ blue 235

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

Shades of Medium Orchid #D052EB

Tints of Medium Orchid #D052EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.76%

R = 39.62%
G = 15.62%
B = 44.76%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D052EB (or 0xD052EB) is known color: Medium Orchid. HEX triplet: D0, 52 and EB. RGB value is (208,82,235). Sum of RGB (Red+Green+Blue) = 208+82+235=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 82 (32.42% from 255 or 15.62% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #D052EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052EB is #2FAD14. Grayscale: #888888. Windows color (decimal): -3124501 or 15422160. OLE color: 15422160.

HSL color Cylindrical-coordinate representation of color #D052EB: hue angle of 289.41º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D052EB is Cyan = 0.11, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 82 235 -
CMYK 0.11 0.65 0 0.08
HSL 289.41º 0.79% 0.62% -
HSV(B) 289.41º 0.65% 0.92% -
XYZ 44.03 25.44 81.19 -
YUV 137.12 183.24 178.56 -
System Red Green Blue C M Y K H S L
Decimal 208 82 235 0.11 0.65 0 0.08 289.41 0.79 0.62
Hex D0 52 EB B 41 0 8 121 4F 3E
Octal 320 122 353 13 101 0 10 441 117 76
Binary 11010000 1010010 11101011 1011 1000001 0 1000 100100001 1001111 111110

Color Harmonies of #D052EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052EB

Black with #D052EB

Text Example


Text Example

White with #D052EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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