Html Css Color HEX #D043F6 Medium Orchid

📋 copy color: '#D043F6'

red 208 ◦ green 67 ◦ blue 246

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

Shades of Medium Orchid #D043F6

Tints of Medium Orchid #D043F6

RGB

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

 GREEN value IS 67 (26.56% from 255) = 12.86%

 BLUE value IS 246 (96.48% from 255) = 47.22%

R = 39.92%
G = 12.86%
B = 47.22%

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

#D043F6 (or 0xD043F6) is known color: Medium Orchid. HEX triplet: D0, 43 and F6. RGB value is (208,67,246). Sum of RGB (Red+Green+Blue) = 208+67+246=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 246 (96.48% from 255 or 47.22% from 521); Max value from RGB is 246 - color contains mainly: blue. Hex color #D043F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043F6 is #2FBC09. Grayscale: #808080. Windows color (decimal): -3128330 or 16139216. OLE color: 16139216.

HSL color Cylindrical-coordinate representation of color #D043F6: hue angle of 287.26º degrees, saturation: 0.91, 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 #D043F6 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 67 246 -
CMYK 0.15 0.73 0 0.04
HSL 287.26º 0.91% 0.61% -
HSV(B) 287.26º 0.73% 0.96% -
XYZ 44.65 24.08 89.48 -
YUV 129.57 193.71 183.95 -
System Red Green Blue C M Y K H S L
Decimal 208 67 246 0.15 0.73 0 0.04 287.26 0.91 0.61
Hex D0 43 F6 F 49 0 4 11F 5B 3D
Octal 320 103 366 17 111 0 4 437 133 75
Binary 11010000 1000011 11110110 1111 1001001 0 100 100011111 1011011 111101

Color Harmonies of #D043F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043F6

Black with #D043F6

Text Example


Text Example

White with #D043F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043F6; }

 p { color: rgb(208,67,246); }

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

background-color css

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

 a { background-color: rgb(208,67,246); }

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

border-color css

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

 span { border-color: rgb(208,67,246); }

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