Html Css Color HEX #D13CFD Medium Orchid

📋 copy color: '#D13CFD'

red 209 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #D13CFD

Tints of Medium Orchid #D13CFD

RGB

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

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

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

R = 40.04%
G = 11.49%
B = 48.47%

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

#D13CFD (or 0xD13CFD) is known color: Medium Orchid. HEX triplet: D1, 3C and FD. RGB value is (209,60,253). Sum of RGB (Red+Green+Blue) = 209+60+253=522 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.04% from 522); Green value is 60 (23.83% from 255 or 11.49% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #D13CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D13CFD is #2EC302. Grayscale: #7D7D7D. Windows color (decimal): -3064579 or 16596177. OLE color: 16596177.

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

Color convert

RGB 209 60 253 -
CMYK 0.17 0.76 0 0.01
HSL 286.32º 0.98% 0.61% -
HSV(B) 286.32º 0.76% 0.99% -
XYZ 45.64 23.88 95.13 -
YUV 126.55 199.36 186.81 -
System Red Green Blue C M Y K H S L
Decimal 209 60 253 0.17 0.76 0 0.01 286.32 0.98 0.61
Hex D1 3C FD 11 4C 0 1 11E 62 3D
Octal 321 74 375 21 114 0 1 436 142 75
Binary 11010001 111100 11111101 10001 1001100 0 1 100011110 1100010 111101

Color Harmonies of #D13CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13CFD

Black with #D13CFD

Text Example


Text Example

White with #D13CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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