Html Css Color HEX #D046FA Medium Orchid

📋 copy color: '#D046FA'

red 208 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #D046FA

Tints of Medium Orchid #D046FA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 13.26%

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

R = 39.39%
G = 13.26%
B = 47.35%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D046FA (or 0xD046FA) is known color: Medium Orchid. HEX triplet: D0, 46 and FA. RGB value is (208,70,250). Sum of RGB (Red+Green+Blue) = 208+70+250=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 70 (27.73% from 255 or 13.26% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 250 - color contains mainly: blue. Hex color #D046FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D046FA is #2FB905. Grayscale: #838383. Windows color (decimal): -3127558 or 16402128. OLE color: 16402128.

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

Color convert

RGB 208 70 250 -
CMYK 0.17 0.72 0 0.02
HSL 286º 0.95% 0.63% -
HSV(B) 286º 0.72% 0.98% -
XYZ 45.46 24.69 92.81 -
YUV 131.78 194.72 182.36 -
System Red Green Blue C M Y K H S L
Decimal 208 70 250 0.17 0.72 0 0.02 286 0.95 0.63
Hex D0 46 FA 11 48 0 2 11E 5F 3F
Octal 320 106 372 21 110 0 2 436 137 77
Binary 11010000 1000110 11111010 10001 1001000 0 10 100011110 1011111 111111

Color Harmonies of #D046FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D046FA

Black with #D046FA

Text Example


Text Example

White with #D046FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D046FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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