Html Css Color HEX #D33EFC Medium Orchid

📋 copy color: '#D33EFC'

red 211 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #D33EFC

Tints of Medium Orchid #D33EFC

RGB

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

 GREEN value IS 62 (24.61% from 255) = 11.81%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 40.19%
G = 11.81%
B = 48%

CMYK

 C value IS 0.16

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D33EFC (or 0xD33EFC) is known color: Medium Orchid. HEX triplet: D3, 3E and FC. RGB value is (211,62,252). Sum of RGB (Red+Green+Blue) = 211+62+252=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 62 (24.61% from 255 or 11.81% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #D33EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33EFC is #2CC103. Grayscale: #7F7F7F. Windows color (decimal): -2932996 or 16531155. OLE color: 16531155.

HSL color Cylindrical-coordinate representation of color #D33EFC: hue angle of 287.05º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D33EFC is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 62 252 -
CMYK 0.16 0.75 0 0.01
HSL 287.05º 0.97% 0.62% -
HSV(B) 287.05º 0.75% 0.99% -
XYZ 46.16 24.32 94.36 -
YUV 128.21 197.86 187.05 -
System Red Green Blue C M Y K H S L
Decimal 211 62 252 0.16 0.75 0 0.01 287.05 0.97 0.62
Hex D3 3E FC 10 4B 0 1 11F 61 3E
Octal 323 76 374 20 113 0 1 437 141 76
Binary 11010011 111110 11111100 10000 1001011 0 1 100011111 1100001 111110

Color Harmonies of #D33EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33EFC

Black with #D33EFC

Text Example


Text Example

White with #D33EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33EFC; }

 p { color: rgb(211,62,252); }

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

background-color css

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

 a { background-color: rgb(211,62,252); }

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

border-color css

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

 span { border-color: rgb(211,62,252); }

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