Html Css Color HEX #D333F2 Medium Orchid

📋 copy color: '#D333F2'

red 211 ◦ green 51 ◦ blue 242

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

Shades of Medium Orchid #D333F2

Tints of Medium Orchid #D333F2

RGB

 RED value IS 211 (82.81% from 255) = 41.87%

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

 BLUE value IS 242 (94.92% from 255) = 48.02%

R = 41.87%
G = 10.12%
B = 48.02%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D333F2 (or 0xD333F2) is known color: Medium Orchid. HEX triplet: D3, 33 and F2. RGB value is (211,51,242). Sum of RGB (Red+Green+Blue) = 211+51+242=504 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.87% from 504); Green value is 51 (20.31% from 255 or 10.12% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #D333F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D333F2 is #2CCC0D. Grayscale: #787878. Windows color (decimal): -2935822 or 15872979. OLE color: 15872979.

HSL color Cylindrical-coordinate representation of color #D333F2: hue angle of 290.26º degrees, saturation: 0.88, 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 #D333F2 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 51 242 -
CMYK 0.13 0.79 0 0.05
HSL 290.26º 0.88% 0.57% -
HSV(B) 290.26º 0.79% 0.95% -
XYZ 44.07 22.63 86.05 -
YUV 120.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 211 51 242 0.13 0.79 0 0.05 290.26 0.88 0.57
Hex D3 33 F2 D 4F 0 5 122 58 39
Octal 323 63 362 15 117 0 5 442 130 71
Binary 11010011 110011 11110010 1101 1001111 0 101 100100010 1011000 111001

Color Harmonies of #D333F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D333F2

Black with #D333F2

Text Example


Text Example

White with #D333F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D333F2; }

 p { color: rgb(211,51,242); }

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

background-color css

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

 a { background-color: rgb(211,51,242); }

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

border-color css

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

 span { border-color: rgb(211,51,242); }

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