Html Css Color HEX #D152EF Medium Orchid

📋 copy color: '#D152EF'

red 209 ◦ green 82 ◦ blue 239

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

Shades of Medium Orchid #D152EF

Tints of Medium Orchid #D152EF

RGB

 RED value IS 209 (82.03% from 255) = 39.43%

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

 BLUE value IS 239 (93.75% from 255) = 45.09%

R = 39.43%
G = 15.47%
B = 45.09%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D152EF (or 0xD152EF) is known color: Medium Orchid. HEX triplet: D1, 52 and EF. RGB value is (209,82,239). Sum of RGB (Red+Green+Blue) = 209+82+239=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 82 (32.42% from 255 or 15.47% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #D152EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152EF is #2EAD10. Grayscale: #898989. Windows color (decimal): -3058961 or 15684305. OLE color: 15684305.

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

Color convert

RGB 209 82 239 -
CMYK 0.13 0.66 0 0.06
HSL 288.54º 0.83% 0.63% -
HSV(B) 288.54º 0.66% 0.94% -
XYZ 44.89 25.82 84.28 -
YUV 137.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 209 82 239 0.13 0.66 0 0.06 288.54 0.83 0.63
Hex D1 52 EF D 42 0 6 121 53 3F
Octal 321 122 357 15 102 0 6 441 123 77
Binary 11010001 1010010 11101111 1101 1000010 0 110 100100001 1010011 111111

Color Harmonies of #D152EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152EF

Black with #D152EF

Text Example


Text Example

White with #D152EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152EF; }

 p { color: rgb(209,82,239); }

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

background-color css

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

 a { background-color: rgb(209,82,239); }

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

border-color css

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

 span { border-color: rgb(209,82,239); }

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