Html Css Color HEX #D33DFE Medium Orchid

📋 copy color: '#D33DFE'

red 211 ◦ green 61 ◦ blue 254

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

Shades of Medium Orchid #D33DFE

Tints of Medium Orchid #D33DFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 48.29%

R = 40.11%
G = 11.6%
B = 48.29%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D33DFE (or 0xD33DFE) is known color: Medium Orchid. HEX triplet: D3, 3D and FE. RGB value is (211,61,254). Sum of RGB (Red+Green+Blue) = 211+61+254=526 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.11% from 526); Green value is 61 (24.22% from 255 or 11.60% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #D33DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DFE is #2CC201. Grayscale: #7F7F7F. Windows color (decimal): -2933250 or 16661971. OLE color: 16661971.

HSL color Cylindrical-coordinate representation of color #D33DFE: hue angle of 286.63º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D33DFE is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 211 61 254 -
CMYK 0.17 0.76 0 0.00
HSL 286.63º 0.99% 0.62% -
HSV(B) 286.63º 0.76% 1% -
XYZ 46.42 24.34 96.02 -
YUV 127.85 199.2 187.31 -
System Red Green Blue C M Y K H S L
Decimal 211 61 254 0.17 0.76 0 0.00 286.63 0.99 0.62
Hex D3 3D FE 11 4C 0 0 11F 63 3E
Octal 323 75 376 21 114 0 0 437 143 76
Binary 11010011 111101 11111110 10001 1001100 0 0 100011111 1100011 111110

Color Harmonies of #D33DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DFE

Black with #D33DFE

Text Example


Text Example

White with #D33DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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