Html Css Color HEX #D043FA Medium Orchid

📋 copy color: '#D043FA'

red 208 ◦ green 67 ◦ blue 250

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

Shades of Medium Orchid #D043FA

Tints of Medium Orchid #D043FA

RGB

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

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

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

R = 39.62%
G = 12.76%
B = 47.62%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D043FA (or 0xD043FA) is known color: Medium Orchid. HEX triplet: D0, 43 and FA. RGB value is (208,67,250). Sum of RGB (Red+Green+Blue) = 208+67+250=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 67 (26.56% from 255 or 12.76% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 250 - color contains mainly: blue. Hex color #D043FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D043FA is #2FBC05. Grayscale: #818181. Windows color (decimal): -3128326 or 16401360. OLE color: 16401360.

HSL color Cylindrical-coordinate representation of color #D043FA: hue angle of 286.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D043FA is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 67 250 -
CMYK 0.17 0.73 0 0.02
HSL 286.23º 0.95% 0.62% -
HSV(B) 286.23º 0.73% 0.98% -
XYZ 45.27 24.33 92.75 -
YUV 130.02 195.71 183.62 -
System Red Green Blue C M Y K H S L
Decimal 208 67 250 0.17 0.73 0 0.02 286.23 0.95 0.62
Hex D0 43 FA 11 49 0 2 11E 5F 3E
Octal 320 103 372 21 111 0 2 436 137 76
Binary 11010000 1000011 11111010 10001 1001001 0 10 100011110 1011111 111110

Color Harmonies of #D043FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D043FA

Black with #D043FA

Text Example


Text Example

White with #D043FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D043FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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