Html Css Color HEX #D13CFB Medium Orchid

📋 copy color: '#D13CFB'

red 209 ◦ green 60 ◦ blue 251

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

Shades of Medium Orchid #D13CFB

Tints of Medium Orchid #D13CFB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 11.54%

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

R = 40.19%
G = 11.54%
B = 48.27%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D13CFB (or 0xD13CFB) is known color: Medium Orchid. HEX triplet: D1, 3C and FB. RGB value is (209,60,251). Sum of RGB (Red+Green+Blue) = 209+60+251=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 60 (23.83% from 255 or 11.54% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #D13CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CFB is #2EC304. Grayscale: #7D7D7D. Windows color (decimal): -3064581 or 16465105. OLE color: 16465105.

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

Color convert

RGB 209 60 251 -
CMYK 0.17 0.76 0 0.02
HSL 286.81º 0.96% 0.61% -
HSV(B) 286.81º 0.76% 0.98% -
XYZ 45.32 23.75 93.46 -
YUV 126.33 198.36 186.97 -
System Red Green Blue C M Y K H S L
Decimal 209 60 251 0.17 0.76 0 0.02 286.81 0.96 0.61
Hex D1 3C FB 11 4C 0 2 11F 60 3D
Octal 321 74 373 21 114 0 2 437 140 75
Binary 11010001 111100 11111011 10001 1001100 0 10 100011111 1100000 111101

Color Harmonies of #D13CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CFB

Black with #D13CFB

Text Example


Text Example

White with #D13CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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