Html Css Color HEX #D052E0 Medium Orchid

📋 copy color: '#D052E0'

red 208 ◦ green 82 ◦ blue 224

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

Shades of Medium Orchid #D052E0

Tints of Medium Orchid #D052E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 43.58%

R = 40.47%
G = 15.95%
B = 43.58%

CMYK

 C value IS 0.07

 M value IS 0.63

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D052E0 (or 0xD052E0) is known color: Medium Orchid. HEX triplet: D0, 52 and E0. RGB value is (208,82,224). Sum of RGB (Red+Green+Blue) = 208+82+224=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 82 (32.42% from 255 or 15.95% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #D052E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052E0 is #2FAD1F. Grayscale: #878787. Windows color (decimal): -3124512 or 14701264. OLE color: 14701264.

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

Color convert

RGB 208 82 224 -
CMYK 0.07 0.63 0 0.12
HSL 293.24º 0.7% 0.6% -
HSV(B) 293.24º 0.63% 0.88% -
XYZ 42.48 24.83 73.07 -
YUV 135.86 177.74 179.45 -
System Red Green Blue C M Y K H S L
Decimal 208 82 224 0.07 0.63 0 0.12 293.24 0.7 0.6
Hex D0 52 E0 7 3F 0 C 125 46 3C
Octal 320 122 340 7 77 0 14 445 106 74
Binary 11010000 1010010 11100000 111 111111 0 1100 100100101 1000110 111100

Color Harmonies of #D052E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052E0

Black with #D052E0

Text Example


Text Example

White with #D052E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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