Html Css Color HEX #D53CFD Medium Orchid

📋 copy color: '#D53CFD'

red 213 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #D53CFD

Tints of Medium Orchid #D53CFD

RGB

 RED value IS 213 (83.59% from 255) = 40.49%

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

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

R = 40.49%
G = 11.41%
B = 48.1%

CMYK

 C value IS 0.16

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D53CFD (or 0xD53CFD) is known color: Medium Orchid. HEX triplet: D5, 3C and FD. RGB value is (213,60,253). Sum of RGB (Red+Green+Blue) = 213+60+253=526 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.49% from 526); Green value is 60 (23.83% from 255 or 11.41% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #D53CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D53CFD is #2AC302. Grayscale: #7F7F7F. Windows color (decimal): -2802435 or 16596181. OLE color: 16596181.

HSL color Cylindrical-coordinate representation of color #D53CFD: hue angle of 287.56º 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 #D53CFD is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 60 253 -
CMYK 0.16 0.76 0 0.01
HSL 287.56º 0.98% 0.61% -
HSV(B) 287.56º 0.76% 0.99% -
XYZ 46.79 24.47 95.19 -
YUV 127.75 198.69 188.81 -
System Red Green Blue C M Y K H S L
Decimal 213 60 253 0.16 0.76 0 0.01 287.56 0.98 0.61
Hex D5 3C FD 10 4C 0 1 120 62 3D
Octal 325 74 375 20 114 0 1 440 142 75
Binary 11010101 111100 11111101 10000 1001100 0 1 100100000 1100010 111101

Color Harmonies of #D53CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53CFD

Black with #D53CFD

Text Example


Text Example

White with #D53CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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