Html Css Color HEX #D034F3 Medium Orchid

📋 copy color: '#D034F3'

red 208 ◦ green 52 ◦ blue 243

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

Shades of Medium Orchid #D034F3

Tints of Medium Orchid #D034F3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.34%

 BLUE value IS 243 (95.31% from 255) = 48.31%

R = 41.35%
G = 10.34%
B = 48.31%

CMYK

 C value IS 0.14

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D034F3 (or 0xD034F3) is known color: Medium Orchid. HEX triplet: D0, 34 and F3. RGB value is (208,52,243). Sum of RGB (Red+Green+Blue) = 208+52+243=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 52 (20.70% from 255 or 10.34% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #D034F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D034F3 is #2FCB0C. Grayscale: #777777. Windows color (decimal): -3132173 or 15938768. OLE color: 15938768.

HSL color Cylindrical-coordinate representation of color #D034F3: hue angle of 289.01º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D034F3 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 208 52 243 -
CMYK 0.14 0.79 0 0.05
HSL 289.01º 0.89% 0.58% -
HSV(B) 289.01º 0.79% 0.95% -
XYZ 43.42 22.34 86.82 -
YUV 120.42 197.18 190.47 -
System Red Green Blue C M Y K H S L
Decimal 208 52 243 0.14 0.79 0 0.05 289.01 0.89 0.58
Hex D0 34 F3 E 4F 0 5 121 59 3A
Octal 320 64 363 16 117 0 5 441 131 72
Binary 11010000 110100 11110011 1110 1001111 0 101 100100001 1011001 111010

Color Harmonies of #D034F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D034F3

Black with #D034F3

Text Example


Text Example

White with #D034F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D034F3; }

 p { color: rgb(208,52,243); }

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

background-color css

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

 a { background-color: rgb(208,52,243); }

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

border-color css

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

 span { border-color: rgb(208,52,243); }

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