Html Css Color HEX #D33BFA Medium Orchid

📋 copy color: '#D33BFA'

red 211 ◦ green 59 ◦ blue 250

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

Shades of Medium Orchid #D33BFA

Tints of Medium Orchid #D33BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.35%

 BLUE value IS 250 (98.05% from 255) = 48.08%

R = 40.58%
G = 11.35%
B = 48.08%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D33BFA (or 0xD33BFA) is known color: Medium Orchid. HEX triplet: D3, 3B and FA. RGB value is (211,59,250). Sum of RGB (Red+Green+Blue) = 211+59+250=520 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.58% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 250 (98.05% from 255 or 48.08% from 520); Max value from RGB is 250 - color contains mainly: blue. Hex color #D33BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BFA is #2CC405. Grayscale: #7D7D7D. Windows color (decimal): -2933766 or 16399315. OLE color: 16399315.

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

Color convert

RGB 211 59 250 -
CMYK 0.16 0.76 0 0.02
HSL 287.75º 0.95% 0.61% -
HSV(B) 287.75º 0.76% 0.98% -
XYZ 45.68 23.88 92.64 -
YUV 126.22 197.86 188.47 -
System Red Green Blue C M Y K H S L
Decimal 211 59 250 0.16 0.76 0 0.02 287.75 0.95 0.61
Hex D3 3B FA 10 4C 0 2 120 5F 3D
Octal 323 73 372 20 114 0 2 440 137 75
Binary 11010011 111011 11111010 10000 1001100 0 10 100100000 1011111 111101

Color Harmonies of #D33BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BFA

Black with #D33BFA

Text Example


Text Example

White with #D33BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BFA; }

 p { color: rgb(211,59,250); }

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

background-color css

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

 a { background-color: rgb(211,59,250); }

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

border-color css

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

 span { border-color: rgb(211,59,250); }

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