Html Css Color HEX #D151F2 Medium Orchid

📋 copy color: '#D151F2'

red 209 ◦ green 81 ◦ blue 242

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

Shades of Medium Orchid #D151F2

Tints of Medium Orchid #D151F2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 15.23%

 BLUE value IS 242 (94.92% from 255) = 45.49%

R = 39.29%
G = 15.23%
B = 45.49%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D151F2 (or 0xD151F2) is known color: Medium Orchid. HEX triplet: D1, 51 and F2. RGB value is (209,81,242). Sum of RGB (Red+Green+Blue) = 209+81+242=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 81 (32.03% from 255 or 15.23% from 532); Blue value is 242 (94.92% from 255 or 45.49% from 532); Max value from RGB is 242 - color contains mainly: blue. Hex color #D151F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151F2 is #2EAE0D. Grayscale: #898989. Windows color (decimal): -3059214 or 15880657. OLE color: 15880657.

HSL color Cylindrical-coordinate representation of color #D151F2: hue angle of 287.7º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D151F2 is Cyan = 0.14, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 81 242 -
CMYK 0.14 0.67 0 0.05
HSL 287.7º 0.86% 0.63% -
HSV(B) 287.7º 0.67% 0.95% -
XYZ 45.26 25.85 86.61 -
YUV 137.63 186.91 178.91 -
System Red Green Blue C M Y K H S L
Decimal 209 81 242 0.14 0.67 0 0.05 287.7 0.86 0.63
Hex D1 51 F2 E 43 0 5 120 56 3F
Octal 321 121 362 16 103 0 5 440 126 77
Binary 11010001 1010001 11110010 1110 1000011 0 101 100100000 1010110 111111

Color Harmonies of #D151F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D151F2

Black with #D151F2

Text Example


Text Example

White with #D151F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D151F2; }

 p { color: rgb(209,81,242); }

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

background-color css

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

 a { background-color: rgb(209,81,242); }

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

border-color css

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

 span { border-color: rgb(209,81,242); }

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