Html Css Color HEX #D142FA Medium Orchid

📋 copy color: '#D142FA'

red 209 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #D142FA

Tints of Medium Orchid #D142FA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.57%

 BLUE value IS 250 (98.05% from 255) = 47.62%

R = 39.81%
G = 12.57%
B = 47.62%

CMYK

 C value IS 0.16

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D142FA (or 0xD142FA) is known color: Medium Orchid. HEX triplet: D1, 42 and FA. RGB value is (209,66,250). Sum of RGB (Red+Green+Blue) = 209+66+250=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #D142FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142FA is #2EBD05. Grayscale: #818181. Windows color (decimal): -3063046 or 16401105. OLE color: 16401105.

HSL color Cylindrical-coordinate representation of color #D142FA: hue angle of 286.63º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D142FA is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 66 250 -
CMYK 0.16 0.74 0 0.02
HSL 286.63º 0.95% 0.62% -
HSV(B) 286.63º 0.74% 0.98% -
XYZ 45.5 24.35 92.75 -
YUV 129.73 195.88 184.54 -
System Red Green Blue C M Y K H S L
Decimal 209 66 250 0.16 0.74 0 0.02 286.63 0.95 0.62
Hex D1 42 FA 10 4A 0 2 11F 5F 3E
Octal 321 102 372 20 112 0 2 437 137 76
Binary 11010001 1000010 11111010 10000 1001010 0 10 100011111 1011111 111110

Color Harmonies of #D142FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142FA

Black with #D142FA

Text Example


Text Example

White with #D142FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142FA; }

 p { color: rgb(209,66,250); }

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

background-color css

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

 a { background-color: rgb(209,66,250); }

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

border-color css

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

 span { border-color: rgb(209,66,250); }

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