Html Css Color HEX #D43CFD Medium Orchid

📋 copy color: '#D43CFD'

red 212 ◦ green 60 ◦ blue 253

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

Shades of Medium Orchid #D43CFD

Tints of Medium Orchid #D43CFD

RGB

 RED value IS 212 (83.2% from 255) = 40.38%

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

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

R = 40.38%
G = 11.43%
B = 48.19%

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

#D43CFD (or 0xD43CFD) is known color: Medium Orchid. HEX triplet: D4, 3C and FD. RGB value is (212,60,253). Sum of RGB (Red+Green+Blue) = 212+60+253=525 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.38% from 525); Green value is 60 (23.83% from 255 or 11.43% 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 #D43CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D43CFD is #2BC302. Grayscale: #7E7E7E. Windows color (decimal): -2867971 or 16596180. OLE color: 16596180.

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

Color convert

RGB 212 60 253 -
CMYK 0.16 0.76 0 0.01
HSL 287.25º 0.98% 0.61% -
HSV(B) 287.25º 0.76% 0.99% -
XYZ 46.5 24.32 95.17 -
YUV 127.45 198.86 188.31 -
System Red Green Blue C M Y K H S L
Decimal 212 60 253 0.16 0.76 0 0.01 287.25 0.98 0.61
Hex D4 3C FD 10 4C 0 1 11F 62 3D
Octal 324 74 375 20 114 0 1 437 142 75
Binary 11010100 111100 11111101 10000 1001100 0 1 100011111 1100010 111101

Color Harmonies of #D43CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CFD

Black with #D43CFD

Text Example


Text Example

White with #D43CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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