Html Css Color HEX #D13FFB Medium Orchid

📋 copy color: '#D13FFB'

red 209 ◦ green 63 ◦ blue 251

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

Shades of Medium Orchid #D13FFB

Tints of Medium Orchid #D13FFB

RGB

 RED value IS 209 (82.03% from 255) = 39.96%

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

 BLUE value IS 251 (98.44% from 255) = 47.99%

R = 39.96%
G = 12.05%
B = 47.99%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13FFB (or 0xD13FFB) is known color: Medium Orchid. HEX triplet: D1, 3F and FB. RGB value is (209,63,251). Sum of RGB (Red+Green+Blue) = 209+63+251=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 63 (25% from 255 or 12.05% from 523); Blue value is 251 (98.44% from 255 or 47.99% from 523); Max value from RGB is 251 - color contains mainly: blue. Hex color #D13FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13FFB is #2EC004. Grayscale: #7F7F7F. Windows color (decimal): -3063813 or 16465873. OLE color: 16465873.

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

Color convert

RGB 209 63 251 -
CMYK 0.17 0.75 0 0.02
HSL 286.6º 0.96% 0.62% -
HSV(B) 286.6º 0.75% 0.98% -
XYZ 45.48 24.08 93.52 -
YUV 128.09 197.37 185.71 -
System Red Green Blue C M Y K H S L
Decimal 209 63 251 0.17 0.75 0 0.02 286.6 0.96 0.62
Hex D1 3F FB 11 4B 0 2 11F 60 3E
Octal 321 77 373 21 113 0 2 437 140 76
Binary 11010001 111111 11111011 10001 1001011 0 10 100011111 1100000 111110

Color Harmonies of #D13FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13FFB

Black with #D13FFB

Text Example


Text Example

White with #D13FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13FFB; }

 p { color: rgb(209,63,251); }

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

background-color css

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

 a { background-color: rgb(209,63,251); }

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

border-color css

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

 span { border-color: rgb(209,63,251); }

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