Html Css Color HEX #D042FA Medium Orchid

📋 copy color: '#D042FA'

red 208 ◦ green 66 ◦ blue 250

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

Shades of Medium Orchid #D042FA

Tints of Medium Orchid #D042FA

RGB

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

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

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

R = 39.69%
G = 12.6%
B = 47.71%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D042FA (or 0xD042FA) is known color: Medium Orchid. HEX triplet: D0, 42 and FA. RGB value is (208,66,250). Sum of RGB (Red+Green+Blue) = 208+66+250=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 66 (26.17% from 255 or 12.60% from 524); Blue value is 250 (98.05% from 255 or 47.71% from 524); Max value from RGB is 250 - color contains mainly: blue. Hex color #D042FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042FA is #2FBD05. Grayscale: #808080. Windows color (decimal): -3128582 or 16401104. OLE color: 16401104.

HSL color Cylindrical-coordinate representation of color #D042FA: hue angle of 286.3º 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 #D042FA is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 66 250 -
CMYK 0.17 0.74 0 0.02
HSL 286.3º 0.95% 0.62% -
HSV(B) 286.3º 0.74% 0.98% -
XYZ 45.22 24.21 92.73 -
YUV 129.43 196.04 184.04 -
System Red Green Blue C M Y K H S L
Decimal 208 66 250 0.17 0.74 0 0.02 286.3 0.95 0.62
Hex D0 42 FA 11 4A 0 2 11E 5F 3E
Octal 320 102 372 21 112 0 2 436 137 76
Binary 11010000 1000010 11111010 10001 1001010 0 10 100011110 1011111 111110

Color Harmonies of #D042FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042FA

Black with #D042FA

Text Example


Text Example

White with #D042FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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