Html Css Color HEX #D042FD Medium Orchid

📋 copy color: '#D042FD'

red 208 ◦ green 66 ◦ blue 253

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

Shades of Medium Orchid #D042FD

Tints of Medium Orchid #D042FD

RGB

 RED value IS 208 (81.64% from 255) = 39.47%

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

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 39.47%
G = 12.52%
B = 48.01%

CMYK

 C value IS 0.18

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D042FD (or 0xD042FD) is known color: Medium Orchid. HEX triplet: D0, 42 and FD. RGB value is (208,66,253). Sum of RGB (Red+Green+Blue) = 208+66+253=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 66 (26.17% from 255 or 12.52% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #D042FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042FD is #2FBD02. Grayscale: #818181. Windows color (decimal): -3128579 or 16597712. OLE color: 16597712.

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

Color convert

RGB 208 66 253 -
CMYK 0.18 0.74 0 0.01
HSL 285.56º 0.98% 0.63% -
HSV(B) 285.56º 0.74% 0.99% -
XYZ 45.69 24.4 95.23 -
YUV 129.78 197.54 183.79 -
System Red Green Blue C M Y K H S L
Decimal 208 66 253 0.18 0.74 0 0.01 285.56 0.98 0.63
Hex D0 42 FD 12 4A 0 1 11E 62 3F
Octal 320 102 375 22 112 0 1 436 142 77
Binary 11010000 1000010 11111101 10010 1001010 0 1 100011110 1100010 111111

Color Harmonies of #D042FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042FD

Black with #D042FD

Text Example


Text Example

White with #D042FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042FD; }

 p { color: rgb(208,66,253); }

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

background-color css

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

 a { background-color: rgb(208,66,253); }

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

border-color css

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

 span { border-color: rgb(208,66,253); }

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