Html Css Color HEX #D033F1 Medium Orchid

📋 copy color: '#D033F1'

red 208 ◦ green 51 ◦ blue 241

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

Shades of Medium Orchid #D033F1

Tints of Medium Orchid #D033F1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.2%

 BLUE value IS 241 (94.53% from 255) = 48.2%

R = 41.6%
G = 10.2%
B = 48.2%

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

#D033F1 (or 0xD033F1) is known color: Medium Orchid. HEX triplet: D0, 33 and F1. RGB value is (208,51,241). Sum of RGB (Red+Green+Blue) = 208+51+241=500 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.6% from 500); Green value is 51 (20.31% from 255 or 10.2% from 500); Blue value is 241 (94.53% from 255 or 48.2% from 500); Max value from RGB is 241 - color contains mainly: blue. Hex color #D033F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D033F1 is #2FCC0E. Grayscale: #777777. Windows color (decimal): -3132431 or 15807440. OLE color: 15807440.

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

Color convert

RGB 208 51 241 -
CMYK 0.14 0.79 0 0.05
HSL 289.58º 0.87% 0.57% -
HSV(B) 289.58º 0.79% 0.95% -
XYZ 43.07 22.13 85.22 -
YUV 119.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 208 51 241 0.14 0.79 0 0.05 289.58 0.87 0.57
Hex D0 33 F1 E 4F 0 5 122 57 39
Octal 320 63 361 16 117 0 5 442 127 71
Binary 11010000 110011 11110001 1110 1001111 0 101 100100010 1010111 111001

Color Harmonies of #D033F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D033F1

Black with #D033F1

Text Example


Text Example

White with #D033F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D033F1; }

 p { color: rgb(208,51,241); }

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

background-color css

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

 a { background-color: rgb(208,51,241); }

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

border-color css

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

 span { border-color: rgb(208,51,241); }

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