Html Css Color HEX #D142FC Medium Orchid

📋 copy color: '#D142FC'

red 209 ◦ green 66 ◦ blue 252

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

Shades of Medium Orchid #D142FC

Tints of Medium Orchid #D142FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 47.82%

R = 39.66%
G = 12.52%
B = 47.82%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D142FC (or 0xD142FC) is known color: Medium Orchid. HEX triplet: D1, 42 and FC. RGB value is (209,66,252). Sum of RGB (Red+Green+Blue) = 209+66+252=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 252 (98.83% from 255 or 47.82% from 527); Max value from RGB is 252 - color contains mainly: blue. Hex color #D142FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D142FC is #2EBD03. Grayscale: #818181. Windows color (decimal): -3063044 or 16532177. OLE color: 16532177.

HSL color Cylindrical-coordinate representation of color #D142FC: hue angle of 286.13º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D142FC is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 209 66 252 -
CMYK 0.17 0.74 0 0.01
HSL 286.13º 0.97% 0.62% -
HSV(B) 286.13º 0.74% 0.99% -
XYZ 45.81 24.48 94.41 -
YUV 129.96 196.88 184.38 -
System Red Green Blue C M Y K H S L
Decimal 209 66 252 0.17 0.74 0 0.01 286.13 0.97 0.62
Hex D1 42 FC 11 4A 0 1 11E 61 3E
Octal 321 102 374 21 112 0 1 436 141 76
Binary 11010001 1000010 11111100 10001 1001010 0 1 100011110 1100001 111110

Color Harmonies of #D142FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D142FC

Black with #D142FC

Text Example


Text Example

White with #D142FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D142FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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