Html Css Color HEX #D33DEC Medium Orchid

📋 copy color: '#D33DEC'

red 211 ◦ green 61 ◦ blue 236

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

Shades of Medium Orchid #D33DEC

Tints of Medium Orchid #D33DEC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.01%

 BLUE value IS 236 (92.58% from 255) = 46.46%

R = 41.54%
G = 12.01%
B = 46.46%

CMYK

 C value IS 0.11

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D33DEC (or 0xD33DEC) is known color: Medium Orchid. HEX triplet: D3, 3D and EC. RGB value is (211,61,236). Sum of RGB (Red+Green+Blue) = 211+61+236=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 61 (24.22% from 255 or 12.01% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #D33DEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DEC is #2CC213. Grayscale: #7D7D7D. Windows color (decimal): -2933268 or 15482323. OLE color: 15482323.

HSL color Cylindrical-coordinate representation of color #D33DEC: hue angle of 291.43º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33DEC is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 61 236 -
CMYK 0.11 0.74 0 0.07
HSL 291.43º 0.82% 0.58% -
HSV(B) 291.43º 0.74% 0.93% -
XYZ 43.67 23.24 81.54 -
YUV 125.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 211 61 236 0.11 0.74 0 0.07 291.43 0.82 0.58
Hex D3 3D EC B 4A 0 7 123 52 3A
Octal 323 75 354 13 112 0 7 443 122 72
Binary 11010011 111101 11101100 1011 1001010 0 111 100100011 1010010 111010

Color Harmonies of #D33DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DEC

Black with #D33DEC

Text Example


Text Example

White with #D33DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DEC; }

 p { color: rgb(211,61,236); }

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

background-color css

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

 a { background-color: rgb(211,61,236); }

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

border-color css

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

 span { border-color: rgb(211,61,236); }

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