Html Css Color HEX #D143EE Medium Orchid

📋 copy color: '#D143EE'

red 209 ◦ green 67 ◦ blue 238

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

Shades of Medium Orchid #D143EE

Tints of Medium Orchid #D143EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 46.3%

R = 40.66%
G = 13.04%
B = 46.3%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D143EE (or 0xD143EE) is known color: Medium Orchid. HEX triplet: D1, 43 and EE. RGB value is (209,67,238). Sum of RGB (Red+Green+Blue) = 209+67+238=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 67 (26.56% from 255 or 13.04% from 514); Blue value is 238 (93.36% from 255 or 46.30% from 514); Max value from RGB is 238 - color contains mainly: blue. Hex color #D143EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D143EE is #2EBC11. Grayscale: #808080. Windows color (decimal): -3062802 or 15614929. OLE color: 15614929.

HSL color Cylindrical-coordinate representation of color #D143EE: hue angle of 289.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D143EE is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 67 238 -
CMYK 0.12 0.72 0 0.07
HSL 289.82º 0.83% 0.6% -
HSV(B) 289.82º 0.72% 0.93% -
XYZ 43.73 23.74 83.17 -
YUV 128.95 189.54 185.1 -
System Red Green Blue C M Y K H S L
Decimal 209 67 238 0.12 0.72 0 0.07 289.82 0.83 0.6
Hex D1 43 EE C 48 0 7 122 53 3C
Octal 321 103 356 14 110 0 7 442 123 74
Binary 11010001 1000011 11101110 1100 1001000 0 111 100100010 1010011 111100

Color Harmonies of #D143EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D143EE

Black with #D143EE

Text Example


Text Example

White with #D143EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D143EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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