Html Css Color HEX #D33BF2 Medium Orchid

📋 copy color: '#D33BF2'

red 211 ◦ green 59 ◦ blue 242

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

Shades of Medium Orchid #D33BF2

Tints of Medium Orchid #D33BF2

RGB

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

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

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

R = 41.21%
G = 11.52%
B = 47.27%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D33BF2 (or 0xD33BF2) is known color: Medium Orchid. HEX triplet: D3, 3B and F2. RGB value is (211,59,242). Sum of RGB (Red+Green+Blue) = 211+59+242=512 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.21% from 512); Green value is 59 (23.44% from 255 or 11.52% from 512); Blue value is 242 (94.92% from 255 or 47.27% from 512); Max value from RGB is 242 - color contains mainly: blue. Hex color #D33BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BF2 is #2CC40D. Grayscale: #7C7C7C. Windows color (decimal): -2933774 or 15875027. OLE color: 15875027.

HSL color Cylindrical-coordinate representation of color #D33BF2: hue angle of 289.84º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33BF2 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 59 242 -
CMYK 0.13 0.76 0 0.05
HSL 289.84º 0.88% 0.59% -
HSV(B) 289.84º 0.76% 0.95% -
XYZ 44.45 23.39 86.18 -
YUV 125.31 193.86 189.12 -
System Red Green Blue C M Y K H S L
Decimal 211 59 242 0.13 0.76 0 0.05 289.84 0.88 0.59
Hex D3 3B F2 D 4C 0 5 122 58 3B
Octal 323 73 362 15 114 0 5 442 130 73
Binary 11010011 111011 11110010 1101 1001100 0 101 100100010 1011000 111011

Color Harmonies of #D33BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BF2

Black with #D33BF2

Text Example


Text Example

White with #D33BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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