Html Css Color HEX #D33BEC Medium Orchid

📋 copy color: '#D33BEC'

red 211 ◦ green 59 ◦ blue 236

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

Shades of Medium Orchid #D33BEC

Tints of Medium Orchid #D33BEC

RGB

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

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

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

R = 41.7%
G = 11.66%
B = 46.64%

CMYK

 C value IS 0.11

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D33BEC (or 0xD33BEC) is known color: Medium Orchid. HEX triplet: D3, 3B and EC. RGB value is (211,59,236). Sum of RGB (Red+Green+Blue) = 211+59+236=506 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.70% from 506); Green value is 59 (23.44% from 255 or 11.66% from 506); Blue value is 236 (92.58% from 255 or 46.64% from 506); Max value from RGB is 236 - color contains mainly: blue. Hex color #D33BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33BEC is #2CC413. Grayscale: #7C7C7C. Windows color (decimal): -2933780 or 15481811. OLE color: 15481811.

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

Color convert

RGB 211 59 236 -
CMYK 0.11 0.75 0 0.07
HSL 291.53º 0.82% 0.58% -
HSV(B) 291.53º 0.75% 0.93% -
XYZ 43.57 23.03 81.51 -
YUV 124.63 190.86 189.61 -
System Red Green Blue C M Y K H S L
Decimal 211 59 236 0.11 0.75 0 0.07 291.53 0.82 0.58
Hex D3 3B EC B 4B 0 7 124 52 3A
Octal 323 73 354 13 113 0 7 444 122 72
Binary 11010011 111011 11101100 1011 1001011 0 111 100100100 1010010 111010

Color Harmonies of #D33BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33BEC

Black with #D33BEC

Text Example


Text Example

White with #D33BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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