Html Css Color HEX #D143E7 Medium Orchid

📋 copy color: '#D143E7'

red 209 ◦ green 67 ◦ blue 231

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

Shades of Medium Orchid #D143E7

Tints of Medium Orchid #D143E7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 13.21%

 BLUE value IS 231 (90.63% from 255) = 45.56%

R = 41.22%
G = 13.21%
B = 45.56%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D143E7 (or 0xD143E7) is known color: Medium Orchid. HEX triplet: D1, 43 and E7. RGB value is (209,67,231). Sum of RGB (Red+Green+Blue) = 209+67+231=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 67 (26.56% from 255 or 13.21% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #D143E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143E7 is #2EBC18. Grayscale: #7F7F7F. Windows color (decimal): -3062809 or 15156177. OLE color: 15156177.

HSL color Cylindrical-coordinate representation of color #D143E7: hue angle of 291.95º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D143E7 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 209 67 231 -
CMYK 0.10 0.71 0 0.09
HSL 291.95º 0.77% 0.58% -
HSV(B) 291.95º 0.71% 0.91% -
XYZ 42.73 23.34 77.85 -
YUV 128.15 186.04 185.66 -
System Red Green Blue C M Y K H S L
Decimal 209 67 231 0.10 0.71 0 0.09 291.95 0.77 0.58
Hex D1 43 E7 A 47 0 9 124 4D 3A
Octal 321 103 347 12 107 0 11 444 115 72
Binary 11010001 1000011 11100111 1010 1000111 0 1001 100100100 1001101 111010

Color Harmonies of #D143E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143E7

Black with #D143E7

Text Example


Text Example

White with #D143E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143E7; }

 p { color: rgb(209,67,231); }

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

background-color css

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

 a { background-color: rgb(209,67,231); }

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

border-color css

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

 span { border-color: rgb(209,67,231); }

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