Html Css Color HEX #D052E5 Medium Orchid

📋 copy color: '#D052E5'

red 208 ◦ green 82 ◦ blue 229

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

Shades of Medium Orchid #D052E5

Tints of Medium Orchid #D052E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 44.12%

R = 40.08%
G = 15.8%
B = 44.12%

CMYK

 C value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D052E5 (or 0xD052E5) is known color: Medium Orchid. HEX triplet: D0, 52 and E5. RGB value is (208,82,229). Sum of RGB (Red+Green+Blue) = 208+82+229=519 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.08% from 519); Green value is 82 (32.42% from 255 or 15.80% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #D052E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052E5 is #2FAD1A. Grayscale: #878787. Windows color (decimal): -3124507 or 15028944. OLE color: 15028944.

HSL color Cylindrical-coordinate representation of color #D052E5: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D052E5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 82 229 -
CMYK 0.09 0.64 0 0.10
HSL 291.43º 0.74% 0.61% -
HSV(B) 291.43º 0.64% 0.9% -
XYZ 43.17 25.1 76.7 -
YUV 136.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 208 82 229 0.09 0.64 0 0.10 291.43 0.74 0.61
Hex D0 52 E5 9 40 0 A 123 4A 3D
Octal 320 122 345 11 100 0 12 443 112 75
Binary 11010000 1010010 11100101 1001 1000000 0 1010 100100011 1001010 111101

Color Harmonies of #D052E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052E5

Black with #D052E5

Text Example


Text Example

White with #D052E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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