Html Css Color HEX #D042F4 Medium Orchid

📋 copy color: '#D042F4'

red 208 ◦ green 66 ◦ blue 244

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

Shades of Medium Orchid #D042F4

Tints of Medium Orchid #D042F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 40.15%
G = 12.74%
B = 47.1%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D042F4 (or 0xD042F4) is known color: Medium Orchid. HEX triplet: D0, 42 and F4. RGB value is (208,66,244). Sum of RGB (Red+Green+Blue) = 208+66+244=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 66 (26.17% from 255 or 12.74% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #D042F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D042F4 is #2FBD0B. Grayscale: #808080. Windows color (decimal): -3128588 or 16007888. OLE color: 16007888.

HSL color Cylindrical-coordinate representation of color #D042F4: hue angle of 287.87º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D042F4 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 66 244 -
CMYK 0.15 0.73 0 0.04
HSL 287.87º 0.89% 0.61% -
HSV(B) 287.87º 0.73% 0.96% -
XYZ 44.29 23.84 87.85 -
YUV 128.75 193.04 184.53 -
System Red Green Blue C M Y K H S L
Decimal 208 66 244 0.15 0.73 0 0.04 287.87 0.89 0.61
Hex D0 42 F4 F 49 0 4 120 59 3D
Octal 320 102 364 17 111 0 4 440 131 75
Binary 11010000 1000010 11110100 1111 1001001 0 100 100100000 1011001 111101

Color Harmonies of #D042F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D042F4

Black with #D042F4

Text Example


Text Example

White with #D042F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D042F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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