Html Css Color HEX #D33DFD Medium Orchid

📋 copy color: '#D33DFD'

red 211 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #D33DFD

Tints of Medium Orchid #D33DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.19%

R = 40.19%
G = 11.62%
B = 48.19%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D33DFD (or 0xD33DFD) is known color: Medium Orchid. HEX triplet: D3, 3D and FD. RGB value is (211,61,253). Sum of RGB (Red+Green+Blue) = 211+61+253=525 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.19% from 525); Green value is 61 (24.22% from 255 or 11.62% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #D33DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D33DFD is #2CC202. Grayscale: #7F7F7F. Windows color (decimal): -2933251 or 16596435. OLE color: 16596435.

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

Color convert

RGB 211 61 253 -
CMYK 0.17 0.76 0 0.01
HSL 286.88º 0.98% 0.62% -
HSV(B) 286.88º 0.76% 0.99% -
XYZ 46.26 24.28 95.18 -
YUV 127.74 198.7 187.39 -
System Red Green Blue C M Y K H S L
Decimal 211 61 253 0.17 0.76 0 0.01 286.88 0.98 0.62
Hex D3 3D FD 11 4C 0 1 11F 62 3E
Octal 323 75 375 21 114 0 1 437 142 76
Binary 11010011 111101 11111101 10001 1001100 0 1 100011111 1100010 111110

Color Harmonies of #D33DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33DFD

Black with #D33DFD

Text Example


Text Example

White with #D33DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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