Html Css Color HEX #D152EC Medium Orchid

📋 copy color: '#D152EC'

red 209 ◦ green 82 ◦ blue 236

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

Shades of Medium Orchid #D152EC

Tints of Medium Orchid #D152EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 39.66%
G = 15.56%
B = 44.78%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D152EC (or 0xD152EC) is known color: Medium Orchid. HEX triplet: D1, 52 and EC. RGB value is (209,82,236). Sum of RGB (Red+Green+Blue) = 209+82+236=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #D152EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152EC is #2EAD13. Grayscale: #898989. Windows color (decimal): -3058964 or 15487697. OLE color: 15487697.

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

Color convert

RGB 209 82 236 -
CMYK 0.11 0.65 0 0.07
HSL 289.48º 0.8% 0.62% -
HSV(B) 289.48º 0.65% 0.93% -
XYZ 44.45 25.65 81.96 -
YUV 137.53 183.58 178.98 -
System Red Green Blue C M Y K H S L
Decimal 209 82 236 0.11 0.65 0 0.07 289.48 0.8 0.62
Hex D1 52 EC B 41 0 7 121 50 3E
Octal 321 122 354 13 101 0 7 441 120 76
Binary 11010001 1010010 11101100 1011 1000001 0 111 100100001 1010000 111110

Color Harmonies of #D152EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D152EC

Black with #D152EC

Text Example


Text Example

White with #D152EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D152EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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