Html Css Color HEX #D04BF6 Medium Orchid

📋 copy color: '#D04BF6'

red 208 ◦ green 75 ◦ blue 246

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

Shades of Medium Orchid #D04BF6

Tints of Medium Orchid #D04BF6

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.18%

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

R = 39.32%
G = 14.18%
B = 46.5%

CMYK

 C value IS 0.15

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D04BF6 (or 0xD04BF6) is known color: Medium Orchid. HEX triplet: D0, 4B and F6. RGB value is (208,75,246). Sum of RGB (Red+Green+Blue) = 208+75+246=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 246 (96.48% from 255 or 46.50% from 529); Max value from RGB is 246 - color contains mainly: blue. Hex color #D04BF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BF6 is #2FB409. Grayscale: #858585. Windows color (decimal): -3126282 or 16141264. OLE color: 16141264.

HSL color Cylindrical-coordinate representation of color #D04BF6: hue angle of 286.67º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D04BF6 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 75 246 -
CMYK 0.15 0.70 0 0.04
HSL 286.67º 0.9% 0.63% -
HSV(B) 286.67º 0.7% 0.96% -
XYZ 45.16 25.1 89.65 -
YUV 134.26 191.06 180.6 -
System Red Green Blue C M Y K H S L
Decimal 208 75 246 0.15 0.70 0 0.04 286.67 0.9 0.63
Hex D0 4B F6 F 46 0 4 11F 5A 3F
Octal 320 113 366 17 106 0 4 437 132 77
Binary 11010000 1001011 11110110 1111 1000110 0 100 100011111 1011010 111111

Color Harmonies of #D04BF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04BF6

Black with #D04BF6

Text Example


Text Example

White with #D04BF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04BF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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