Html Css Color HEX #D33FFB Medium Orchid

📋 copy color: '#D33FFB'

red 211 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #D33FFB

Tints of Medium Orchid #D33FFB

RGB

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

 GREEN value IS 63 (25% from 255) = 12%

 BLUE value IS 251 (98.44% from 255) = 47.81%

R = 40.19%
G = 12%
B = 47.81%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33FFB (or 0xD33FFB) is known color: Medium Orchid. HEX triplet: D3, 3F and FB. RGB value is (211,63,251). Sum of RGB (Red+Green+Blue) = 211+63+251=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 63 (25% from 255 or 12% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #D33FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FFB is #2CC004. Grayscale: #808080. Windows color (decimal): -2932741 or 16465875. OLE color: 16465875.

HSL color Cylindrical-coordinate representation of color #D33FFB: hue angle of 287.23º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33FFB is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 63 251 -
CMYK 0.16 0.75 0 0.02
HSL 287.23º 0.96% 0.62% -
HSV(B) 287.23º 0.75% 0.98% -
XYZ 46.05 24.37 93.54 -
YUV 128.68 197.03 186.71 -
System Red Green Blue C M Y K H S L
Decimal 211 63 251 0.16 0.75 0 0.02 287.23 0.96 0.62
Hex D3 3F FB 10 4B 0 2 11F 60 3E
Octal 323 77 373 20 113 0 2 437 140 76
Binary 11010011 111111 11111011 10000 1001011 0 10 100011111 1100000 111110

Color Harmonies of #D33FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FFB

Black with #D33FFB

Text Example


Text Example

White with #D33FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FFB; }

 p { color: rgb(211,63,251); }

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

background-color css

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

 a { background-color: rgb(211,63,251); }

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

border-color css

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

 span { border-color: rgb(211,63,251); }

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