Html Css Color HEX #D33CEC Medium Orchid

📋 copy color: '#D33CEC'

red 211 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #D33CEC

Tints of Medium Orchid #D33CEC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.83%

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

R = 41.62%
G = 11.83%
B = 46.55%

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

#D33CEC (or 0xD33CEC) is known color: Medium Orchid. HEX triplet: D3, 3C and EC. RGB value is (211,60,236). Sum of RGB (Red+Green+Blue) = 211+60+236=507 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.62% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 236 (92.58% from 255 or 46.55% from 507); Max value from RGB is 236 - color contains mainly: blue. Hex color #D33CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33CEC is #2CC313. Grayscale: #7C7C7C. Windows color (decimal): -2933524 or 15482067. OLE color: 15482067.

HSL color Cylindrical-coordinate representation of color #D33CEC: hue angle of 291.48º 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 #D33CEC is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 60 236 -
CMYK 0.11 0.75 0 0.07
HSL 291.48º 0.82% 0.58% -
HSV(B) 291.48º 0.75% 0.93% -
XYZ 43.62 23.14 81.52 -
YUV 125.21 190.53 189.19 -
System Red Green Blue C M Y K H S L
Decimal 211 60 236 0.11 0.75 0 0.07 291.48 0.82 0.58
Hex D3 3C EC B 4B 0 7 123 52 3A
Octal 323 74 354 13 113 0 7 443 122 72
Binary 11010011 111100 11101100 1011 1001011 0 111 100100011 1010010 111010

Color Harmonies of #D33CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33CEC

Black with #D33CEC

Text Example


Text Example

White with #D33CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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