Html Css Color HEX #D33FFC Medium Orchid

📋 copy color: '#D33FFC'

red 211 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #D33FFC

Tints of Medium Orchid #D33FFC

RGB

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

 GREEN value IS 63 (25% from 255) = 11.98%

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

R = 40.11%
G = 11.98%
B = 47.91%

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

#D33FFC (or 0xD33FFC) is known color: Medium Orchid. HEX triplet: D3, 3F and FC. RGB value is (211,63,252). Sum of RGB (Red+Green+Blue) = 211+63+252=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 63 (25% from 255 or 11.98% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #D33FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33FFC is #2CC003. Grayscale: #808080. Windows color (decimal): -2932740 or 16531411. OLE color: 16531411.

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

Color convert

RGB 211 63 252 -
CMYK 0.16 0.75 0 0.01
HSL 286.98º 0.97% 0.62% -
HSV(B) 286.98º 0.75% 0.99% -
XYZ 46.21 24.43 94.38 -
YUV 128.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 211 63 252 0.16 0.75 0 0.01 286.98 0.97 0.62
Hex D3 3F FC 10 4B 0 1 11F 61 3E
Octal 323 77 374 20 113 0 1 437 141 76
Binary 11010011 111111 11111100 10000 1001011 0 1 100011111 1100001 111110

Color Harmonies of #D33FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33FFC

Black with #D33FFC

Text Example


Text Example

White with #D33FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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